Apollo MCP Server
Rank #503io.github.apollographql/apollo-mcp-server
MCP server that exposes GraphQL operations as tools for AI models.
Apollo MCP Server is a Model Context Protocol (MCP) server published by apollographql. It ranks #503 of 128,029 servers tracked on MCP Toplist, and its repository has 308 GitHub stars. Apollo MCP Server is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 21 tracked versions. It was first listed on May 5, 2025 and most recently updated on Sep 11, 2026.
Ranks ahead of 127,526 of 128,029 servers on MCP Toplist.
Use Apollo MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http apollo-mcp-server https://mcp.apollographql.com/claude mcp add apollo-mcp-server -- docker run -i --rm --mount "type=bind,src={config_path},dst=/config.yaml,readonly" --mount "type=bind,src={data_path},dst=/data" -p 8000:8000 ghcr.io/apollographql/apollo-mcp-server:v1.19.0 /config.yaml[mcp_servers.apollo-mcp-server]
url = "https://mcp.apollographql.com/"Add to ~/.codex/config.toml.
[mcp_servers.apollo-mcp-server]
command = "docker"
args = ["run", "-i", "--rm", "--mount", "type=bind,src={config_path},dst=/config.yaml,readonly", "--mount", "type=bind,src={data_path},dst=/data", "-p", "8000:8000", "ghcr.io/apollographql/apollo-mcp-server:v1.19.0", "/config.yaml"]Add to ~/.codex/config.toml.
https://mcp.apollographql.com/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"apollo-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={config_path},dst=/config.yaml,readonly",
"--mount",
"type=bind,src={data_path},dst=/data",
"-p",
"8000:8000",
"ghcr.io/apollographql/apollo-mcp-server:v1.19.0",
"/config.yaml"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"apollo-mcp-server": {
"url": "https://mcp.apollographql.com/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"apollo-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={config_path},dst=/config.yaml,readonly",
"--mount",
"type=bind,src={data_path},dst=/data",
"-p",
"8000:8000",
"ghcr.io/apollographql/apollo-mcp-server:v1.19.0",
"/config.yaml"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"apollo-mcp-server": {
"type": "http",
"url": "https://mcp.apollographql.com/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"apollo-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={config_path},dst=/config.yaml,readonly",
"--mount",
"type=bind,src={data_path},dst=/data",
"-p",
"8000:8000",
"ghcr.io/apollographql/apollo-mcp-server:v1.19.0",
"/config.yaml"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"apollo-mcp-server": {
"serverUrl": "https://mcp.apollographql.com/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"apollo-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={config_path},dst=/config.yaml,readonly",
"--mount",
"type=bind,src={data_path},dst=/data",
"-p",
"8000:8000",
"ghcr.io/apollographql/apollo-mcp-server:v1.19.0",
"/config.yaml"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"apollo-mcp-server": {
"url": "https://mcp.apollographql.com/"
}
}
}{
"mcpServers": {
"apollo-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={config_path},dst=/config.yaml,readonly",
"--mount",
"type=bind,src={data_path},dst=/data",
"-p",
"8000:8000",
"ghcr.io/apollographql/apollo-mcp-server:v1.19.0",
"/config.yaml"
]
}
}
}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.apollographql%2Fapollo-mcp-server)<a href="https://mcptoplist.com/server/io.github.apollographql%2Fapollo-mcp-server"><img src="https://mcptoplist.com/badge/io.github.apollographql%2Fapollo-mcp-server.svg" alt="MCP Toplist: Top 1% of 128,029" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
apollographql
Available versions (21)
| Version | Published |
|---|---|
| 1.19.0 | Sep 11, 2026 |
| 1.18.0 | Sep 9, 2026 |
| 1.17.0 | Jul 30, 2026 |
| 1.16.0 | Jul 9, 2026 |
| 1.15.0 | Jun 24, 2026 |
| 1.14.0 | May 15, 2026 |
| 1.13.0 | Apr 23, 2026 |
| 1.12.0 | Apr 2, 2026 |
| 1.11.0 | Mar 23, 2026 |
| 1.10.0 | Mar 19, 2026 |
| 1.9.0 | Mar 10, 2026 |
| 1.8.2 | Mar 4, 2026 |
| 1.8.1 | Mar 2, 2026 |
| 1.8.0 | Feb 26, 2026 |
| 1.7.0 | Feb 10, 2026 |
| 1.6.0 | Jan 26, 2026 |
| 1.5.0 | Jan 21, 2026 |
| 1.4.1 | Jan 16, 2026 |
| 1.4.0 | Jan 14, 2026 |
| canary-20260112T145439Z-114c866 | Jan 12, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Apollo MCP Server?
- Apollo MCP Server is maintained by apollographql, which publishes 1 MCP server (21 total versions) tracked on MCP Toplist.
- Is Apollo MCP Server listed on the Official MCP Registry?
- Yes — Apollo MCP Server is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Apollo MCP Server have?
- MCP Toplist tracks 21 versions of Apollo MCP Server, most recently published on Sep 11, 2026.
- Where can I find the source code for Apollo MCP Server?
- The source code for Apollo MCP Server is hosted at github.com/apollographql/apollo-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.