Apollo MCP Server
MCP server that exposes GraphQL operations as tools for AI models.
Install
Dockerstdio
docker run -i --rm ghcr.io/apollographql/apollo-mcp-server:v1.19.0 Client config (Claude Desktop, Cursor, Windsurf and most MCP clients)
{
"mcpServers": {
"io-github-apollographql-apollo-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/apollographql/apollo-mcp-server:v1.19.0"
]
}
}
} Source: official MCP Registry record · registry name io.github.apollographql/apollo-mcp-server · published 2026-09-11 · updated 2026-09-11. Not an endorsement; review the code before connecting it to anything sensitive.