Skip to content
Cursor

Apollo MCP Server for Cursor

io.github.apollographql/apollo-mcp-server

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

client:Cursor transport:stdio runtime:oci

Install Apollo MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "apollo-mcp-server": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/apollographql/apollo-mcp-server:v1.20.0"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Apollo MCP Server in other clients