MCP GraphQL
Supports UIby blurrah
Enable LLMs to interact with GraphQL APIs via dynamic schema introspection and query execution.
What it does\nAllows an AI model to connect to any GraphQL endpoint, discover its available data and mutations via introspection, and execute precise queries to fetch or modify data.\n\n## Tools\n- introspect-schema: Retrieves the GraphQL schema to understand the API's capabilities.\n- query-graphql: Executes GraphQL queries and mutations against the configured endpoint.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "mcp-graphql": {\n "command": "npx",\n "args": ["mcp-graphql"],\n "env": {\n "ENDPOINT": "http://localhost:3000/graphql"\n }\n }\n }\n}\n\n\n## Supported hosts\n- claude
Quick install
npx mcp-graphqlInformation
- Pricing
- free
- Published
- 4/13/2026
- stars







