apollo-mcp-server

Expose GraphQL operations as callable MCP tools for AI agents.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/HsnSaboor/open-engineer --skill apollo-mcp-server-hsnsaboor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apollo-mcp-server
Source: https://github.com/HsnSaboor/open-engineer/tree/main/src/skills/bundled/apollo-mcp-server
Command: npx skills add https://github.com/HsnSaboor/open-engineer --skill apollo-mcp-server-hsnsaboor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the integration of AI agents with GraphQL APIs by exposing GraphQL operations as callable tools through the Model Context Protocol (MCP).

Core Features & Use Cases

  • GraphQL Tool Exposure: Transforms GraphQL operations into MCP tools for AI agents.
  • Introspection Tools: Provides tools for schema exploration (introspect, search, validate, execute).
  • Configuration Flexibility: Supports local files, collections, and persisted queries for defining operations.
  • Use Case: An AI agent needs to fetch user data from a GraphQL API. This skill configures the Apollo MCP Server to expose the getUser GraphQL query as an MCP tool, allowing the agent to call it directly.

Quick Start

Install the Apollo MCP Server by running the provided curl command for your operating system.