Skip to content
Grok

pilot mcp for Grok

io.github.pilot-protocol/pilot-mcp

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

client:Grok transport:stdio runtime:npm

Install pilot mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

pilot mcp in other clients