Apollo MCP Server

Developmentstdiohttp-streaming
Repositorio

Apollo's official MCP server that exposes GraphQL operations as MCP tools, letting AI agents interact with any GraphQL API through the Model Context Protocol. Turns curated GraphQL operations into callable tools, supports schema introspection, and can run locally alongside a graph via the Rover CLI or in production with the Apollo Runtime Container.

Conectar

Añade esta configuración a .claude/mcp.json

Transporte:
{
  "mcpServers": {
    "apollo-graphql": {
      "command": "npx",
      "args": [],
      "env": {
        "APOLLO_GRAPH_REF": "<YOUR_APOLLO_GRAPH_REF>",
        "APOLLO_KEY": "<YOUR_APOLLO_KEY>"
      }
    }
  }
}

Herramientas (2)

execute_operation

Execute a predefined GraphQL operation exposed as an MCP tool against the configured graph.

{
  "type": "object",
  "properties": {
    "variables": {
      "type": "object",
      "description": "Variables for the GraphQL operation"
    }
  }
}

introspect

Introspect the GraphQL schema to discover available types and fields.

{
  "type": "object",
  "properties": {
    "type_name": {
      "type": "string",
      "description": "Optional type name to focus the introspection on"
    }
  }
}

Recursos

Este servidor no expone ningún recurso.

Prompts

Este servidor no expone ningún prompt.

Información del servidor

Autor
Apollo GraphQL (@apollographql)
Repositorio
https://github.com/apollographql/apollo-mcp-server
Estrellas
0
Última actualización
12 de julio de 2026