macOS-MCP for Cursor
io.github.jeomon/macos-mcp
MCP server for macOS desktop automation via the Accessibility API.
client:Cursor
transport:stdio
runtime:pypi
Install macOS-MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"macos-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"macos-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs