Skip to content
Cline

graphql for Cline

io.github.docat0209/graphql

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

client:Cline transport:stdio runtime:npm

Install graphql in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

graphql in other clients