computer-split-screen-mcp


Namecomputer-split-screen-mcp JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
SummaryModel Context Protocol Server via Cross-Platform (Mac & Windows) Split Screen Functions
upload_time2025-08-14 09:17:17
maintainerNone
docs_urlNone
authorBeta
requires_python>=3.9
licenseMIT License Copyright (c) 2024 Computer Split Screen MCP Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRECTION. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords cross-platform desktop-productivity macos mcp pywin32 split-screen tiling window-management windows
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Computer Split Screen MCP

Cross-platform MCP server that exposes split-screen tools (halves, quadrants, thirds) plus maximize/minimize for both Windows and macOS.  
Works with MCP clients via `uvx`.

## Features

- **Cross-platform support**: Windows and macOS
- **Split-screen layouts**: Halves, quadrants, thirds, and two-thirds variations
- **Window controls**: Maximize and minimize
- **MCP integration**: Full Model Context Protocol server support

## Install / Run via MCP client

Configure your MCP client:

```json
{
  "mcpServers": {
    "computer-split-screen": {
      "command": "uvx",
      "args": ["computer-split-screen-mcp"],
      "env": {}
    }
  }
}
```

## Available Tools

- `left-half` - Snap current window to left half
- `right-half` - Snap current window to right half
- `top-half` - Snap current window to top half
- `bottom-half` - Snap current window to bottom half
- `top-left` - Top-left quadrant
- `top-right` - Top-right quadrant
- `bottom-left` - Bottom-left quadrant
- `bottom-right` - Bottom-right quadrant
- `left-third` - Left third (1/3)
- `middle-third` - Middle third (1/3)
- `right-third` - Right third (1/3)
- `left-two-thirds` - Left two-thirds (2/3)
- `right-two-thirds` - Right two-thirds (2/3)
- `maximize` - OS maximize (bordered)
- `fullscreen` - Fullscreen (no borders via macOS)(bordered via Windows)
- `minimize` - Minimize window

## Platform Dependencies

- **Windows**: Requires `pywin32>=306`
- **macOS**: No additional dependencies required (uses built-in AppleScript)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "computer-split-screen-mcp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "cross-platform, desktop-productivity, macos, mcp, pywin32, split-screen, tiling, window-management, windows",
    "author": "Beta",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/56/06/ea1829c73a1bc4d850afc0162f3a390a4cf0cd390f5124fa6133eaae8cbb/computer_split_screen_mcp-1.1.0.tar.gz",
    "platform": null,
    "description": "# Computer Split Screen MCP\n\nCross-platform MCP server that exposes split-screen tools (halves, quadrants, thirds) plus maximize/minimize for both Windows and macOS.  \nWorks with MCP clients via `uvx`.\n\n## Features\n\n- **Cross-platform support**: Windows and macOS\n- **Split-screen layouts**: Halves, quadrants, thirds, and two-thirds variations\n- **Window controls**: Maximize and minimize\n- **MCP integration**: Full Model Context Protocol server support\n\n## Install / Run via MCP client\n\nConfigure your MCP client:\n\n```json\n{\n  \"mcpServers\": {\n    \"computer-split-screen\": {\n      \"command\": \"uvx\",\n      \"args\": [\"computer-split-screen-mcp\"],\n      \"env\": {}\n    }\n  }\n}\n```\n\n## Available Tools\n\n- `left-half` - Snap current window to left half\n- `right-half` - Snap current window to right half\n- `top-half` - Snap current window to top half\n- `bottom-half` - Snap current window to bottom half\n- `top-left` - Top-left quadrant\n- `top-right` - Top-right quadrant\n- `bottom-left` - Bottom-left quadrant\n- `bottom-right` - Bottom-right quadrant\n- `left-third` - Left third (1/3)\n- `middle-third` - Middle third (1/3)\n- `right-third` - Right third (1/3)\n- `left-two-thirds` - Left two-thirds (2/3)\n- `right-two-thirds` - Right two-thirds (2/3)\n- `maximize` - OS maximize (bordered)\n- `fullscreen` - Fullscreen (no borders via macOS)(bordered via Windows)\n- `minimize` - Minimize window\n\n## Platform Dependencies\n\n- **Windows**: Requires `pywin32>=306`\n- **macOS**: No additional dependencies required (uses built-in AppleScript)\n",
    "bugtrack_url": null,
    "license": "MIT License\n        \n        Copyright (c) 2024 Computer Split Screen MCP\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRECTION. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE.",
    "summary": "Model Context Protocol Server via Cross-Platform (Mac & Windows) Split Screen Functions",
    "version": "1.1.0",
    "project_urls": null,
    "split_keywords": [
        "cross-platform",
        " desktop-productivity",
        " macos",
        " mcp",
        " pywin32",
        " split-screen",
        " tiling",
        " window-management",
        " windows"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f0167391650a55082d7273a9b59d714b1db70862240a5363a50f7023514b279b",
                "md5": "c46c615a0428e71ca1b225a36fab5f03",
                "sha256": "3092193cff9ce8e801f0e8141d8fefbe5e790537e5ab10728d51915ba8258bbe"
            },
            "downloads": -1,
            "filename": "computer_split_screen_mcp-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c46c615a0428e71ca1b225a36fab5f03",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 10744,
            "upload_time": "2025-08-14T09:17:16",
            "upload_time_iso_8601": "2025-08-14T09:17:16.339318Z",
            "url": "https://files.pythonhosted.org/packages/f0/16/7391650a55082d7273a9b59d714b1db70862240a5363a50f7023514b279b/computer_split_screen_mcp-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5606ea1829c73a1bc4d850afc0162f3a390a4cf0cd390f5124fa6133eaae8cbb",
                "md5": "e24d07289deb96b5d093598b7ecd19ce",
                "sha256": "e5eeccc5a6da8b0abcec13f127ed2ae79bad2f9a5324fdf73ef252453411ff1c"
            },
            "downloads": -1,
            "filename": "computer_split_screen_mcp-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e24d07289deb96b5d093598b7ecd19ce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 8771,
            "upload_time": "2025-08-14T09:17:17",
            "upload_time_iso_8601": "2025-08-14T09:17:17.653715Z",
            "url": "https://files.pythonhosted.org/packages/56/06/ea1829c73a1bc4d850afc0162f3a390a4cf0cd390f5124fa6133eaae8cbb/computer_split_screen_mcp-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-14 09:17:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "computer-split-screen-mcp"
}
        
Elapsed time: 1.60519s