mcp graphql bridge MCP
v2.1.0io.github.murilojrpereira/mcp-graphql-bridge
Bridges any GraphQL API to Claude Code — auto-generates MCP tools via schema introspection.
transport:stdio
runtime:npm
Target client
run in your project directory
claude mcp add mcp-graphql-bridge -e GRAPHQL_API_URL=<GRAPHQL_API_URL> -e GRAPHQL_INTROSPECTION_URL=<GRAPHQL_INTROSPECTION_URL> -e GRAPHQL_TOKEN=<GRAPHQL_TOKEN> -e GRAPHQL_INTROSPECTION_TOKEN=<GRAPHQL_INTROSPECTION_TOKEN> -e GRAPHQL_MAX_TOOLS=<GRAPHQL_MAX_TOOLS> -e GRAPHQL_INCLUDE_MUTATIONS=<GRAPHQL_INCLUDE_MUTATIONS> -e GRAPHQL_MAX_RETRIES=<GRAPHQL_MAX_RETRIES> -- npx -y mcp-graphql-bridge
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs
This listing does not declare its tools. Connect the server and your client will discover them on the handshake.