Skip to content
Claude Desktop

graphql for Claude Desktop

io.github.docat0209/graphql

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

client:Claude Desktop transport:stdio runtime:npm

Install graphql in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "graphql": {
      "command": "npx",
      "args": [
        "-y",
        "graphql-to-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

graphql in other clients