Apollo GraphQL/apollo-mcp-server — Agent Skills | officialskills.sh
Back to skills

apollo-mcp-server

Connects AI agents to GraphQL APIs through the Model Context Protocol.

Setup & Installation

npx skills add https://github.com/apollographql/skills --skill apollo-mcp-server
or paste the link and ask your coding assistant to install it
https://github.com/apollographql/skills/tree/main/skills/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

  • Querying a GraphQL API from Claude Code without writing fetch calls
  • Exploring an unfamiliar GraphQL schema to find available types and fields
  • Running ad-hoc GraphQL mutations through an AI assistant during development
  • Validating GraphQL operations against a schema before executing them
  • Setting up a pre-approved set of GraphQL operations for AI agents in production