macos-screen-mcp
MCP Server to screenshot and control macOS windows (made for Cursor)
Documentation
macOS Screen View & Control MCP Server
A Model Context Protocol server that provides window screenshot capabilities. This server enables LLMs to capture screenshots of specific windows on macOS, either by window title or window ID.
Available Tools
- `capture_window_screenshot` - Captures a screenshot of a specific window by its title or ID
- `list_windows` - Lists all visible windows
- `find_window` - Finds a window by title or owner name
- `send_key` - Sends a keyboard key press event to the active window
- `type_text` - Types a sequence of text characters
- `text` (string, required): The text to type
- `delay` (float, optional): Delay between keystrokes in seconds (default: 0.1)
Supported Keys
The following keys are supported:
- Letters: a-z (case-insensitive)
- Numbers: 0-9
- Special keys: return, tab, space, delete, escape
- Arrow keys: up_arrow, down_arrow, left_arrow, right_arrow
- Modifier keys: command, shift, control, option (also right_shift, right_option, right_control)
Examples
Send a single key press:
await send_key("return")Send a key with modifiers:
await send_key("c", ["command"]) # Command+C (copy)Type text:
await type_text("Hello, World!")Installation
Using pip
Install `macos_screen_mcp` via pip:
pip install git+ssh://git@github.com/jhead/macos-screen-mcp.gitAfter installation, you can run it as a script using:
python -m macos_screen_mcpConfiguration
Configure
Add to your Claude or Cursor settings:
"mcpServers": {
"macos-screen": {
"name": "macos-screen",
"url": "http://localhost:8000/sse",
"description": "MCP server for capturing window screenshots",
"version": "1.0.0"
}
}Debugging
You can use the MCP inspector to debug the server:
npx @modelcontextprotocol/inspector python -m macos_screen_mcpContributing
We encourage contributions to help expand and improve macos-screen-mcp. Whether you want to add new tools, enhance existing functionality, or improve documentation, your input is valuable.
Pull requests are welcome! Feel free to contribute new ideas, bug fixes, or enhancements to make macos-screen-mcp even more powerful and useful.
License
macos-screen-mcp is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Frequently asked questions
What is macos-screen-mcp?
macos-screen-mcp is MCP Server to screenshot and control macOS windows (made for Cursor)
How do I install macos-screen-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is macos-screen-mcp open source?
Yes — it is hosted on GitHub at https://github.com/jhead/macos-screen-mcp and has 10 stars.
Related MCP tools
Damn Vulnerable MCP Server Python-based implementation. Trusted by 1200+ developers. Trusted by 1200+ developers. Trusted by 1200+ developers.
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases Python-based implementation. Trusted by 900+ developers.
Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning...
Model Context Protocol with Neo4j Python-based implementation. Trusted by 700+ developers. Trusted by 700+ developers. Trusted by 700+ developers.
An MCP server that provides control over Android devices via adb Python-based implementation. Trusted by 500+ developers.
A Model Context Protocol (MCP) server for PostgreSQL databases with enhanced capabilities for AI agents. Python-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP