MCP Servers / development / mcp-graphql

mcp-graphql

JSON →
httpnonedevelopment

A GraphQL server that supports the Model Context Protocol (MCP), enabling Large Language Models (LLMs) to interact with GraphQL APIs through schema introspection and query execution.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: mcp-graphql
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 or an introspection query.
query-graphql
Execute GraphQL queries against the endpoint. By default, mutations are disabled unless --enable-mutations is specified.
Configuration
Environment & auth
authnone
Resources
mcp-graphql — MCP Server · libregistry