This is Apollo's official bridge between GraphQL APIs and AI models. It sits in front of your Apollo-managed graphs and exposes specific GraphQL operations as MCP tools that LLMs can call directly. You define which queries and mutations should be available, configure them in a YAML file, and the server handles the translation layer. Built in Rust with stdio transport, it's useful when you want Claude or another AI to orchestrate API calls against your existing GraphQL infrastructure without writing custom integrations. Think of it as turning your graph into a structured toolset that AI can reason about and execute.
claude mcp add --transport stdio apollographql-apollo-mcp-server uvx apollo-mcp-server