Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

apollo-mcp-server

MCP.Pizza Chef: apollographql

Apollo MCP Server is an MCP server that exposes GraphQL operations as MCP tools, enabling real-time, structured interaction between LLMs and GraphQL APIs. It facilitates seamless integration of Apollo GraphQL services into AI workflows, allowing models to query and manipulate data through standardized MCP interfaces. This server supports secure, observable, and scoped interactions, enhancing AI-driven application development with GraphQL.

Use This MCP server To

Expose GraphQL APIs as callable MCP tools for LLMs Enable real-time data querying from GraphQL within AI workflows Integrate Apollo GraphQL services into multi-step AI reasoning Allow LLMs to perform CRUD operations via GraphQL through MCP Facilitate secure and scoped AI access to GraphQL endpoints Support observability of AI interactions with GraphQL data Bridge AI models with backend GraphQL data sources seamlessly

README

Apollo Client

Apollo MCP Server

An MCP Server to expose GraphQL operations as MCP tools.

See the documentation for details.

Licensing

Source code in this repository is covered by the Elastic License 2.0. The default throughout the repository is a license under the Elastic License 2.0, unless a file header or a license file in a subdirectory specifies another license. See the LICENSE for the full license text.

apollo-mcp-server FAQ

How do I set up Apollo MCP Server?
Follow the official Apollo MCP Server documentation for installation and configuration steps.
What license governs Apollo MCP Server?
It is licensed under the Elastic License 2.0, with details in the LICENSE file.
Can Apollo MCP Server handle mutations as well as queries?
Yes, it exposes both GraphQL queries and mutations as MCP tools.
Is Apollo MCP Server compatible with multiple LLM providers?
Yes, it works with any MCP client connected to LLMs like OpenAI, Claude, and Gemini.
How does Apollo MCP Server ensure secure access?
It supports scoped permissions and secure token-based authentication for GraphQL operations.
Where can I find more detailed usage examples?
Detailed examples are available in the Apollo MCP Server documentation online.
Can I customize the GraphQL schema exposed via Apollo MCP Server?
Yes, you can configure which parts of your GraphQL schema are exposed as MCP tools.
Does Apollo MCP Server support real-time subscriptions?
Current support focuses on queries and mutations; check documentation for subscription support updates.