Apollo MCP Server for Claude Desktop
io.github.apollographql/apollo-mcp-server
MCP server that exposes GraphQL operations as tools for AI models.
client:Claude Desktop
transport:stdio
runtime:oci
Install Apollo MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"apollo-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/apollographql/apollo-mcp-server:v1.20.0"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs