About
Overview
The GraphQL MCP Server provides a universal GraphQL client for AI agents. It supports executing queries and mutations, introspecting schemas, and exploring available types and fields.
Capabilities
Tools & Capabilities
⚡query
Execute a GraphQL query
⚡mutate
Execute a GraphQL mutation
⚡introspect
Get the schema via introspection
Setup
Installation
bash
Install
npx -y mcp-server-graphqlExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"graphql": {
"command": "npx",
"args": ["-y", "mcp-server-graphql"]
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 65
Last UpdatedFeb 12, 2026