Loading MCP server directory, please wait...
Bridges any GraphQL API to Claude Code — auto-generates MCP tools via schema introspection.
npx @getmcp/cli add io.github.murilojrpereira/mcp-graphql-bridgeRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.murilojrpereira/mcp-graphql-bridge": {
"command": "npx",
"args": [
"-y",
"mcp-graphql-bridge"
],
"env": {
"GRAPHQL_API_URL": "",
"GRAPHQL_INTROSPECTION_URL": "",
"GRAPHQL_TOKEN": "",
"GRAPHQL_INTROSPECTION_TOKEN": "",
"GRAPHQL_MAX_TOOLS": "",
"GRAPHQL_INCLUDE_MUTATIONS": "",
"GRAPHQL_MAX_RETRIES": ""
}
}
}
}