← Claude MCP Servers Directory

🚀

Apollo MCP Server

Community

About

Connect GraphQL APIs to AI agents. Query and manage GraphQL endpoints.

Features

  • GraphQL query execution
  • Schema introspection
  • Mutation support
  • Subscription handling

Installation

Using Claude Desktop

Add this configuration to your Claude Desktop config file:

{
  "mcpServers": {
    "apollo": {
      "command": "npx",
      "args": [
        "-y",
        "@apollographql/apollo-mcp-server"
      ]
    }
  }
}

Using Cursor

Configure in your Cursor settings (Settings > MCP):

{
  "apollo": {
    "command": "npx",
    "args": [
      "-y",
      "@apollographql/apollo-mcp-server"
    ]
  }
}

How to Use

Once installed, you can ask your AI assistant to:

  • "Query GraphQL APIs"
  • "Inspect API schemas"
  • "Execute mutations"