murilojrpereira/mcp-graphql-bridge
A generic MCP server that dynamically exposes any GraphQL API as tools for claude, cursor, oll,a tools via schema introspection — plug in your endpoint and start querying
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
murilojrpereira/mcp-graphql-bridge is a JavaScript MCP server licensed under MIT. A generic MCP server that dynamically exposes any GraphQL API as tools for claude, cursor, oll,a tools via schema introspection — plug in your endpoint and start querying
Ranked #21 out of 110 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# mcp-graphql-bridge A generic MCP (Model Context Protocol) server that bridges any GraphQL API to Claude Code. It introspects your GraphQL schema and exposes each query and mutation as an individual tool, letting Claude interact with your API directly. ## How it works On startup the server will: 1. Look for a `schema-introspection.json` file in the working directory (fast, no network call) 2. If not found, run live introspection against `GRAPHQL_INTROSPECTION_URL` 3. Register one tool per query (`query__<name>`) and one per mutation (`mutation__<name>`) 4. Always register a generic `execute_graphql` fallback tool and a `get_type_details` explorer tool ## Requirements - Node.js >= 18 ## Setup ### Option A: Install from npm (recommended) ```bash npm install -g mcp-graphql-bridge ``` ### Option B: Clone and build from source ```bash git clone https://github.com/YOUR_USERNAME/mcp-graphql-bridge.git cd mcp-graphql-bridge npm install npm run build ``` ### 2. Configure environmenRead full README on GitHub →
Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.