GraphQL Enhanced MCP Server
An enhanced MCP (Model Context Protocol) server for GraphQL that fixes real-world interoperability issues between LLMs and GraphQL APIs. It runs locally over stdio via the published package.
People connecting communication tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-22 · ★ 2 · #9 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25
MIT · TypeScript servers · how we verify → /methodology
01 · Install GraphQL Enhanced
before you install - you'll need
Set MCP_PORT before connecting. ALLOW_MUTATIONS, ENABLE_HTTP are optional or environment-specific per the README.
Claude Code
claude mcp add letoribo-mcp-graphql-enhanced -- npx -y @letoribo/mcp-graphql-enhanced Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"letoribo-mcp-graphql-enhanced": {
"command": "npx",
"args": [
"-y",
"@letoribo/mcp-graphql-enhanced"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package @letoribo/mcp-graphql-enhanced - published under the repo owner's npm scope (@letoribo)
registry namespace io.github.letoribo is GitHub-verified and matches the repo owner
03 · What GraphQL Enhanced can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
An agent gets 2 documented tools across introspect, read & search, including introspect-schema, query-graphql.
The 2 tools it gives your agent
Extracted from the project's README - what mcp-graphql-enhanced lets an agent do.
- introspect-schema
- - Retrieves the GraphQL schema or a subset. Use this first to understand the graph structure.
- query-graphql
- - Execute GraphQL queries against the endpoint. By default, mutations are disabled unless ALLOW_MUTATIONS is set to true.
Latest releases
v4.14.4 · 2026-08-11
v4.14.2 · 2026-08-08
v4.13.3 · 2026-07-30
Added server.json configuration manifest. · The server is now officially verified and published to the canonical Model Context Protocol Registry!
04 · Who maintains GraphQL Enhanced
mcp-graphql-enhanced is maintained by letoribo. It's the only MCP server we track from this author; the repo dates to Sep 2025.
05 · Facts
- repository
- github.com/letoribo/mcp-graphql-enhanced
- category
- communication - ranked #9 of 99 actively-maintained communication servers as of 2026-08-25.
- release cadence
- 10+ releases in the last 90 days (latest 2026-08-11)
- registry
- io.github.letoribo/mcp-graphql-enhanced (active, first published 2026-07-30 · 4 versions)
- packages
- npm:@letoribo/mcp-graphql-enhanced
06 · GraphQL Enhanced FAQ
What is GraphQL Enhanced?
An enhanced MCP (Model Context Protocol) server for GraphQL that fixes real-world interoperability issues between LLMs and GraphQL APIs. It runs locally over stdio via the published package.
Is GraphQL Enhanced still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-22 and it shipped 10+ releases in the last 90 days. We re-verify nightly.
How do I install GraphQL Enhanced?
Run `npx -y @letoribo/mcp-graphql-enhanced`. The README documents 3 environment variables (ALLOW_MUTATIONS, MCP_PORT, ENABLE_HTTP) to set first. Set MCP_PORT before connecting. ALLOW_MUTATIONS, ENABLE_HTTP are optional or environment-specific per the README. You can also paste the ready-made client config above.
Does GraphQL Enhanced run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to GraphQL Enhanced
Alternatives to GraphQL Enhanced
Maintained communication servers if GraphQL Enhanced isn't the fit.
- Draw Io Create diagrams in chat, rendered as live interactive draw.io diagrams. 10,000+ searchable shapes. ★ 5,265 · 2026-08-03
- Mockserver Mock, record/replay, verify and chaos-test any HTTP, REST, gRPC or LLM dependency over MCP. ★ 4,949 · 2026-08-22
- Agent Swarm Full Agent Swarm API and MCP server with local SQLite storage for multi-agent orchestration. ★ 720 · 2026-08-24
- Evolution API MCP server for Evolution API - WhatsApp messaging, instances, contacts ★ 269 · 2026-08-12
- Agenticmail MCP Server Real email and SMS for AI agents - send mail, receive verification codes, drive a real inbox. ★ 205 · 2026-08-13
- Ksail SDK for creating, managing, and operating Kubernetes clusters and workloads with ease. ★ 165 · 2026-08-25
Pairs well with
Servers that cover what GraphQL Enhanced doesn't - only shown when the pairing reason fits the companion.
More communication MCP servers · Chronicle MCP · WhatsApp Web MCP Server · Microsoft Teams API · Telegram (MCP-telegram) · Relay
More TypeScript MCP servers · Lex API · Parseflow · Licinexus MCP Server · Share HTML · Frankfurter · see all