CursorTouch/MacOS-MCP
Lightweight MCP server for computer use in MacOS
Platform-specific configuration:
{
"mcpServers": {
"MacOS-MCP": {
"command": "npx",
"args": [
"-y",
"MacOS-MCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center"> <h1>🍎 MacOS-MCP</h1>
<a href="https://github.com/Jeomon/macos-mcp/blob/main/LICENSE"> </a>
</div>
<br>
macOS-MCP is a lightweight, open-source project that enables seamless integration between AI agents and the macOS operating system. Acting as an MCP server, it bridges the gap between LLMs and macOS, allowing agents to perform tasks such as file navigation, application control, UI interaction, browser automation, and more.
Interacts natively with macOS UI elements using the Accessibility API, opens apps, controls windows, simulates user input, and more.
Unlike many automation tools, macOS-MCP doesn't rely on traditional computer vision techniques or specific fine-tuned models. It works with any LLM, reducing complexity and setup time.
Includes tools for keyboard and mouse operations, capturing window/UI state, and extracting interactive elements from the accessibility tree.
Minimal dependencies and easy setup with full source code available under MIT license.
Easily adapt or extend tools to suit your unique automation or AI integration needs.
Automatically detects when Launchpad is open and adjusts scanning behavior accordingly. Scans Control Center, Spotlight, and menu bar elements.
Loading reviews...