Skip to content
Grok

Apollo MCP Server for Grok

io.github.apollographql/apollo-mcp-server

MCP server that exposes GraphQL operations as tools for AI models.

client:Grok transport:stdio runtime:oci

Install Apollo MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "apollo-mcp-server": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/apollographql/apollo-mcp-server:v1.20.0"
      ]
    }
  }
}

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

Apollo MCP Server in other clients