{
"mcpServers": {
"mcp-graphql": {
"env": {
"ENDPOINT": "http://localhost:3000/graphql"
},
"args": [
"mcp-graphql"
],
"command": "npx"
}
}
}Model Context Protocol server for GraphQL
Is it safe?
No known CVEs for mcp-graphql.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 207 days ago. 377 stars. 1,469 weekly downloads.
Will it work with my client?
Transport: stdio, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
2 tools. ~200 tokens (0.1% of 200K).
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y mcp-graphql 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
introspect-schemaRetrieves 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-graphqlExecute GraphQL queries against the endpoint. By default, mutations are disabled unless ALLOW_MUTATIONS is set to true.
graphql-schemaThe GraphQL schema exposed as a resource that clients can access. This is either the local schema file, a schema file hosted at a URL, or based on an introspection query.
graphql://schema
This server is missing a description.If you've used it, help the community.
Add informationLast scanned 14h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.