AgentUni

Apollo MCP Server

by @apollographql / v1.19.0

MCP server that exposes GraphQL operations as tools for AI models.

Install

Docker / stdio

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.

Similar

More Other & General servers

Browse category