Back to skills

apollo-mcp-server

infrastructure

Connects AI agents to GraphQL APIs through the Model Context Protocol. It turns GraphQL operations into MCP tools that agents can call directly, and includes built-in tools for schema introspection, s

Setup & Installation

npx skills add https://github.com/apollographql/apollo-mcp-server --skill apollo-mcp-server
or paste the link and ask your coding assistant to install it
https://github.com/apollographql/apollo-mcp-server
View on GitHub

What This Skill Does

Connects AI agents to GraphQL APIs through the Model Context Protocol. It turns GraphQL operations into MCP tools that agents can call directly, and includes built-in tools for schema introspection, search, validation, and query execution. Instead of manually constructing GraphQL queries and piping them through curl or a client library, your AI agent can browse the schema and run operations directly as tool calls.

When to use it

  • Working with apollo mcp server functionality
  • Implementing apollo mcp server features
  • Debugging apollo mcp server related issues