Apollo MCP Server
Rank #739io.github.apollographql/graphos-mcp-tools
Search Apollo docs, specs, and best practices
Apollo MCP Server is a Model Context Protocol (MCP) server published by apollographql. It ranks #739 of 94,094 servers tracked on MCP Toplist, and its repository has 299 GitHub stars. Apollo MCP Server is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 16 tracked versions. It was first listed on May 5, 2025 and most recently updated on May 15, 2026.
Ranks ahead of 93,355 of 94,094 servers on MCP Toplist.
Use Apollo MCP Server
Add Apollo MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"graphos-mcp-tools": {
"url": "https://mcp.apollographql.com/"
}
}
}{
"mcpServers": {
"graphos-mcp-tools": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/apollographql/apollo-mcp-server:v1.10.0"
]
}
}
}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%2Fgraphos-mcp-tools)<a href="https://mcptoplist.com/server/io.github.apollographql%2Fgraphos-mcp-tools"><img src="https://mcptoplist.com/badge/io.github.apollographql%2Fgraphos-mcp-tools.svg" alt="MCP Toplist: Top 1% of 94,094" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (3 delisted)
apollographql
Available versions (16)
| Version | Published |
|---|---|
| 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 18, 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 (16 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 16 versions of Apollo MCP Server, most recently published on May 15, 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.