Skip to content
Cursor

graphql for Cursor

io.github.docat0209/graphql

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

client:Cursor transport:stdio runtime:npm

Install graphql in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

graphql in other clients