mcpbeat Sign in

MCP Graphql Bridge MCP Server

by murilojrpereira Your server? Claim it
local only

MCP Graphql Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 29 Aug 2026.

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

Installs per day peak 14 · avg 5 · -43% w/w
a month agotoday
37
Installs / week
npm · mcp-graphql-bridge
1
Stars
0 open issues
29 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Graphql Bridge every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-graphql-bridge -- npx -y mcp-graphql-bridge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-graphql-bridge": {
      "args": [
        "-y",
        "mcp-graphql-bridge"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-graphql-bridge]
command = "npx"
args = ["-y", "mcp-graphql-bridge"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-graphql-bridge": {
      "args": [
        "-y",
        "mcp-graphql-bridge"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-graphql-bridge": {
      "args": [
        "-y",
        "mcp-graphql-bridge"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GRAPHQL_API_URL (GraphQL endpoint URL used for executing queries and mutations. Defaults to the public Countries API.), GRAPHQL_INTROSPECTION_URL (GraphQL endpoint URL used for schema introspection. Defaults to GRAPHQL_API_URL.), GRAPHQL_TOKEN (Bearer token for authenticating query and mutation execution.), GRAPHQL_INTROSPECTION_TOKEN (Bearer token for schema introspection. Defaults to GRAPHQL_TOKEN.), GRAPHQL_MAX_TOOLS (Maximum number of generated query and mutation tools. Defaults to 128.), GRAPHQL_INCLUDE_MUTATIONS (Set to false to disable mutation tools and mutation execution. Defaults to true.), GRAPHQL_MAX_RETRIES (Retries for transient upstream responses. Defaults to 0.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Graphql Bridge

same job, measured the same way
Graphql
by docat0209

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

59 installs/wk local only
MCP Openapi Runner
by saurav61091

Turn any OpenAPI 3.x spec into callable MCP tools for Claude. No custom integration code needed.

47 installs/wk local only
GitHub to MCP Converter
by nirholas

Convert any GitHub repo to MCP server - automatic tool generation API wrap

local only
Lacuna Music
by joylink-ltd

Generate AI music via the Lacuna Music API from MCP clients like Claude Desktop & Code.

65 installs/wk 3 tools answering
Avrotize
by clemensv

Schema conversion and schema-driven code generation MCP server.

6 059 installs/wk local only
Openapi
by docat0209

Turn any OpenAPI/Swagger spec into MCP tools. Zero config, zero code.

267 installs/wk local only
MetaEngine
by metaengine

Code generation from JSON recipes, linked type graphs, and API schemas across 11 languages.

143 installs/wk local only
Erbina
by noahhyden

Bootstrap, verify, and update CLI tools & MCP servers in Claude Code from recipes; audit scopes.

local only

MCP Graphql Bridge — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Graphql Bridge?
MCP Graphql Bridge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-graphql-bridge was installed 37 times last week.
How do I connect MCP Graphql Bridge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-graphql-bridge straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Graphql Bridge?
The npm package mcp-graphql-bridge was installed 37 times in the last week. Week over week that is -43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Graphql Bridge open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.