Odel
mcp graphql bridge

mcp graphql bridge

Local
@murilojrpereira1TypeScriptMITUpdated 1w ago

Bridges any GraphQL API to Claude Code — auto-generates MCP tools via schema introspection.

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).

npmmcp-graphql-bridgev2.1.0

Run

npx -y mcp-graphql-bridge

MCP client config

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