Skip to content
Cursor

PilotGentic for Cursor

com.pilotgentic/mcp-server

macOS desktop control for Claude: click, type, screenshot, AX tree, browser control, agentic loops.

client:Cursor transport:stdio runtime:npm

Install PilotGentic in Cursor

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

{
  "mcpServers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pilotgentic/mcp-server"
      ]
    }
  }
}

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

PilotGentic in other clients