mcp-graphql-enhanced
Rank #3,707io.github.letoribo/mcp-graphql-enhanced
GraphQL gateway for LLMs. Handles huge GitHub GraphQL & @neo4j/graphql schemas without crashing
mcp-graphql-enhanced is a Model Context Protocol (MCP) server published by letoribo. It ranks #3,707 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. mcp-graphql-enhanced is listed across 2 registries — Official MCP and Glama, with 7 tracked versions. It was first listed on Oct 17, 2025 and most recently updated on Aug 30, 2026.
Ranks ahead of 111,753 of 115,460 servers on MCP Toplist.
Use mcp-graphql-enhanced
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-graphql-enhanced -e "ENDPOINT=<your ENDPOINT>" -e "HEADERS=<your HEADERS>" -e "ALLOW_MUTATIONS=<your ALLOW_MUTATIONS>" -e "NAME=<your NAME>" -e "SCHEMA=<your SCHEMA>" -e "MCP_PORT=<your MCP_PORT>" -e "ENABLE_HTTP=<your ENABLE_HTTP>" -- npx -y @letoribo/mcp-graphql-enhancedReplace each placeholder with your own value before saving.
[mcp_servers.mcp-graphql-enhanced]
command = "npx"
args = ["-y", "@letoribo/mcp-graphql-enhanced"]
[mcp_servers.mcp-graphql-enhanced.env]
ENDPOINT = "<your ENDPOINT>"
HEADERS = "<your HEADERS>"
ALLOW_MUTATIONS = "<your ALLOW_MUTATIONS>"
NAME = "<your NAME>"
SCHEMA = "<your SCHEMA>"
MCP_PORT = "<your MCP_PORT>"
ENABLE_HTTP = "<your ENABLE_HTTP>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-graphql-enhanced": {
"command": "npx",
"args": [
"-y",
"@letoribo/mcp-graphql-enhanced"
],
"env": {
"ENDPOINT": "<your ENDPOINT>",
"HEADERS": "<your HEADERS>",
"ALLOW_MUTATIONS": "<your ALLOW_MUTATIONS>",
"NAME": "<your NAME>",
"SCHEMA": "<your SCHEMA>",
"MCP_PORT": "<your MCP_PORT>",
"ENABLE_HTTP": "<your ENABLE_HTTP>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-graphql-enhanced": {
"command": "npx",
"args": [
"-y",
"@letoribo/mcp-graphql-enhanced"
],
"env": {
"ENDPOINT": "<your ENDPOINT>",
"HEADERS": "<your HEADERS>",
"ALLOW_MUTATIONS": "<your ALLOW_MUTATIONS>",
"NAME": "<your NAME>",
"SCHEMA": "<your SCHEMA>",
"MCP_PORT": "<your MCP_PORT>",
"ENABLE_HTTP": "<your ENABLE_HTTP>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-graphql-enhanced": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@letoribo/mcp-graphql-enhanced"
],
"env": {
"ENDPOINT": "<your ENDPOINT>",
"HEADERS": "<your HEADERS>",
"ALLOW_MUTATIONS": "<your ALLOW_MUTATIONS>",
"NAME": "<your NAME>",
"SCHEMA": "<your SCHEMA>",
"MCP_PORT": "<your MCP_PORT>",
"ENABLE_HTTP": "<your ENABLE_HTTP>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-graphql-enhanced": {
"command": "npx",
"args": [
"-y",
"@letoribo/mcp-graphql-enhanced"
],
"env": {
"ENDPOINT": "<your ENDPOINT>",
"HEADERS": "<your HEADERS>",
"ALLOW_MUTATIONS": "<your ALLOW_MUTATIONS>",
"NAME": "<your NAME>",
"SCHEMA": "<your SCHEMA>",
"MCP_PORT": "<your MCP_PORT>",
"ENABLE_HTTP": "<your ENABLE_HTTP>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-graphql-enhanced": {
"command": "npx",
"args": [
"-y",
"@letoribo/mcp-graphql-enhanced"
],
"env": {
"ENDPOINT": "<your ENDPOINT>",
"HEADERS": "<your HEADERS>",
"ALLOW_MUTATIONS": "<your ALLOW_MUTATIONS>",
"NAME": "<your NAME>",
"SCHEMA": "<your SCHEMA>",
"MCP_PORT": "<your MCP_PORT>",
"ENABLE_HTTP": "<your ENABLE_HTTP>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.letoribo%2Fmcp-graphql-enhanced)<a href="https://mcptoplist.com/server/io.github.letoribo%2Fmcp-graphql-enhanced"><img src="https://mcptoplist.com/badge/io.github.letoribo%2Fmcp-graphql-enhanced.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
letoribo
Other servers by letoribo
View all letoribo servers →Available versions (7)
| Version | Published |
|---|---|
| 4.15.3 | Aug 30, 2026 |
| 4.15.2 | Aug 29, 2026 |
| 4.15.0 | Aug 27, 2026 |
| 4.14.5 | Aug 22, 2026 |
| 4.14.4 | Aug 11, 2026 |
| 4.14.2 | Aug 8, 2026 |
| 4.13.3 | Jul 30, 2026 |
Frequently asked questions
- Who maintains mcp-graphql-enhanced?
- mcp-graphql-enhanced is maintained by letoribo, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is mcp-graphql-enhanced listed on the Official MCP Registry?
- Yes — mcp-graphql-enhanced is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-graphql-enhanced have?
- MCP Toplist tracks 7 versions of mcp-graphql-enhanced, most recently published on Aug 30, 2026.
- Where can I find the source code for mcp-graphql-enhanced?
- The source code for mcp-graphql-enhanced is hosted at github.com/letoribo/mcp-graphql-enhanced.