Odel
mcp graphql

mcp graphql

Local
@docat02091TypeScriptMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgraphql-to-mcpv0.1.4

Run

npx -y graphql-to-mcp

MCP client config

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