Graphql
Rank #44,099io.github.Docat0209/graphql
MCP server providing graphql capabilities
Graphql is a Model Context Protocol (MCP) server published by docat0209. It ranks #44,099 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Graphql is listed across 4 registries — Official MCP, Smithery, Glama and mcp.so, with 2 tracked versions. It was first listed on Mar 12, 2026 and most recently updated on Mar 13, 2026.
Ranks ahead of 71,492 of 115,591 servers on MCP Toplist.
Use Graphql
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add graphql -- npx -y graphql-to-mcp[mcp_servers.graphql]
command = "npx"
args = ["-y", "graphql-to-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"graphql": {
"command": "npx",
"args": [
"-y",
"graphql-to-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"graphql": {
"command": "npx",
"args": [
"-y",
"graphql-to-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"graphql": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"graphql-to-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"graphql": {
"command": "npx",
"args": [
"-y",
"graphql-to-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"graphql": {
"command": "npx",
"args": [
"-y",
"graphql-to-mcp"
]
}
}
}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.Docat0209%2Fgraphql)<a href="https://mcptoplist.com/server/io.github.Docat0209%2Fgraphql"><img src="https://mcptoplist.com/badge/io.github.Docat0209%2Fgraphql.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
docat0209
Other servers by docat0209
View all docat0209 servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.4 | Mar 13, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Graphql?
- Graphql is maintained by docat0209, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Graphql listed on the Official MCP Registry?
- Yes — Graphql is listed on the Official MCP Registry, alongside Smithery, Glama and mcp.so.
- How many versions does Graphql have?
- MCP Toplist tracks 2 versions of Graphql, most recently published on Mar 13, 2026.
- Where can I find the source code for Graphql?
- The source code for Graphql is hosted at github.com/Docat0209/mcp-graphql.