Skip to content
Grok

graphql for Grok

io.github.docat0209/graphql

Turn any GraphQL API into MCP tools. Zero config, zero code.

client:Grok transport:stdio runtime:npm

Install graphql in Grok

.mcp.json (in your project root)

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

graphql in other clients