blurrah/mcp-graphql
Model Context Protocol server for GraphQL
This is a server that lets Large Language Models (LLMs) connect to and use GraphQL APIs. It takes a GraphQL endpoint (and optionally headers or a schema file) and outputs a way for an LLM to understand and query that API dynamically. Developers building LLM-powered applications will use this to enable their models to interact with existing GraphQL services.
365 stars. No commits in the last 6 months. Available on npm.
Use this if you are developing an application where an LLM needs to dynamically discover and execute queries against a GraphQL API.
Not ideal if your LLM only needs to interact with a very specific, locked-down set of GraphQL queries, as this provides broad API access by default.
Stars
365
Forks
59
Language
TypeScript
License
MIT
Category
Last pushed
Sep 08, 2025
Commits (30d)
0
Dependencies
5
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/blurrah/mcp-graphql"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related servers
grafbase/grafbase
The Grafbase GraphQL Federation Gateway
toolprint/mcp-graphql-forge
MCP that can proxy any GraphQL API and expose graphql operations as mcp tools.
UnitVectorY-Labs/mcp-graphql-forge
A lightweight, configuration-driven MCP server that exposes curated GraphQL queries as modular...
pshaddel/graphql-mcp-bridge
A bridge implementation connecting GraphQL APIs with the Model Context Protocol (MCP), enabling...
saewoohan/mcp-graphql-tools
GraphQL MCP server for AI assistants