MCP server

Apollo GraphQL

MCP

Official Apollo MCP. GraphQL operations as tools.

apollographql/apollo-mcp-server. The operations you published, not a raw schema dump.

latest·MIT·Updated this quarter·github.com/apollographql/apollo-mcp-server·Transport: stdio

Claude CodeCursorVS CodeDesktop
ScannedActive

claude_desktop_config.json

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

By Apollo

Spec

What the server actually exposes.

  • operations

    read

    Published GraphQL operations.

  • execute

    read

    Run an operation after you confirm.

  • schema

    read

    The schema the server exposes.

Guardrails

  • Credentials stay in env
  • Read-first unless a write tool is called
  • Official package, not a wrapper

apollo-mcp.mcp/tools

Tools

  • operations

    Published GraphQL operations.

    read
  • execute

    Run an operation after you confirm.

    read
  • schema

    The schema the server exposes.

    read

Last call

{ "ok": true,
  "tool": "operations",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.