Skip to content
Cursor

mac use mcp for Cursor

io.github.antbotlab/mac-use-mcp

Zero-dependency macOS desktop automation for AI agents. 18 tools via MCP. macOS 13+.

client:Cursor transport:stdio runtime:npm

Install mac use mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mac-use-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mac-use-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mac use mcp in other clients