← Index

io.github.Docat0209/graphql

io.github.Docat0209/graphql·v0.1.4·Other
Quality Score
79
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "graphql": {
      "command": "npx",
      "args": [
        "-y",
        "graphql-to-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "graphql": {
      "command": "npx",
      "args": [
        "-y",
        "graphql-to-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y graphql-to-mcp
§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other