Apollo MCP Server
About
Apollo MCP Server is a Model Context Protocol (MCP) server that exposes GraphQL operations as MCP tools, providing a standard way for AI models to access and orchestrate APIs running with Apollo.
Details
- Author
- apollographql
- GitHub stars
- 295
- Downloads
- 295
- Categories
- Other
Jump to
- Exposes GraphQL operations as MCP tools.
- Integrates with Apollo GraphQL infrastructure.
- Standardized interface for AI models to call APIs.
- Configuration-driven setup via a config file.
- Buildable from source with Rust.
- Supports MCP inspector for testing.
You need to configure a graph, define GraphQL operations to be exposed as MCP tools, create a configuration file, and connect to an MCP client (e.g., an LLM or MCP inspector). You can build the server from source using cargo build or follow the installation guide. See the quickstart tutorial for a walkthrough.
Apollo MCP Server
Apollo MCP Server is a Model Context Protocol server that exposes GraphQL operations as MCP tools. It provides a standard way for AI models to access and orchestrate your APIs running with Apollo.
Documentation
See the documentation for full details. This README shows the basics of getting this MCP server running. More details are available on the documentation site.
Installation
You can either build this server from source, if you have Rust installed on your workstation, or you can follow the installation guide. To build from source, run cargo build from the root of this repository and the server will be built in the target/debug directory.
Getting started
Follow the quickstart tutorial to get started with this server.
Usage
Full usage of Apollo MCP Server is documented on the user guide. There are a few items that are necessary for this server to function. Specifically, the following things must be configured:
1. A graph for the MCP server to sit in front of.
2. Definitions for the GraphQL operations that should be exposed as MCP tools.
3. A configuration file describing how the MCP server should run.
4. A connection to an MCP client, such as an LLM or MCP inspector.
These are all described on the user guide. Specific configuration options for the configuration file are documented in the config file reference.
Contributions
Checkout the contributor guidelines for more information.
Licensing
This project is licensed under the MIT License. See the LICENSE file for the full license text.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



