apollo-mcp-server
Connects AI agents to GraphQL APIs through the Model Context Protocol.
Setup & Installation
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
Similar Skills
wp-performance
A backend-only agent skill for diagnosing and fixing WordPress performance problems.
wp-playground
wp-playground runs disposable WordPress instances in the browser or locally via CLI, using WebAssembly and SQLite.
wp-wpcli-and-ops
Handles WordPress operational tasks via WP-CLI: database exports and imports, URL and domain migrations with search-replace, plugin and theme management, cron inspection, cache flushing, and multisite operations.
apollo-router-plugin-creator
Guides you through writing native Rust plugins for Apollo Router.
