MCP Servers / development / GraphQL MCP

GraphQL MCP

JSON →
httpnone389development

Interact with GraphQL APIs using LLMs. Supports schema introspection and query execution.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: graphql-mcp
Tools
What this server exposes
introspect-schema
Retrieves the GraphQL schema. Use this first if you don't have access to the schema as a resource. This uses either the local schema file, a schema file hosted at a URL, or an introspection query.
query-graphql
Execute GraphQL queries against the endpoint. By default, mutations are disabled unless ALLOW_MUTATIONS is set to true.
Configuration
Environment & auth
authnone
Resources
GraphQL MCP — MCP Server · libregistry