Skip to content
Cursor

pilot mcp for Cursor

io.github.pilot-protocol/pilot-mcp

Your agent's overlay network. 435 specialist agents + P2P A2A messaging on a 190k-node network.

client:Cursor transport:stdio runtime:npm

Install pilot mcp in Cursor

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

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

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

pilot mcp in other clients