Apollo MCP Server Guide Apollo MCP Server exposes GraphQL operations as MCP tools, enabling AI agents to interact with GraphQL APIs through the Model Context Protocol. Quick Start Step 1: Install Step 2: Configure Create in your project root: Start the server: The MCP endpoint is available at (streamable http defaults: address , port ). The GraphQL endpoint defaults to — override with the key if your API runs elsewhere. Step 3: Connect Add to your MCP client configuration: Streamable HTTP (recommended): Claude Desktop ( ): Claude Code: Stdio (client launches the server directly): Claude Deskt…