Skip to content
Cursor

computer mcp for Cursor

io.github.agent360dk/computer-mcp

macOS computer use with the guardrails on: passwords blacked out, writes need consent, all logged.

client:Cursor transport:stdio runtime:npm

Install computer mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "computer-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agent360/computer-mcp"
      ],
      "env": {
        "CMCP_MODE": "<CMCP_MODE>",
        "CMCP_ASK_TIMEOUT": "<CMCP_ASK_TIMEOUT>"
      }
    }
  }
}

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

computer mcp in other clients