Skip to content
Grok

Compound Labs MCP for Grok

tech.thecompound/compound-mcp

Compound Labs: eleven keyless lookups. Model pricing, dep health, stack cost, registries.

client:Grok transport:stdio runtime:npm

Install Compound Labs MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "compound-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "compound-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

Compound Labs MCP in other clients