Skip to content

MCP Server

The MCP (Model Context Protocol) Server exposes GraphQL operations as tools for AI assistants like Claude Desktop.

Overview

The MCP server transforms GraphQL operations into tools that can be used by AI assistants. GraphQL queries and mutations defined in the operations folder are automatically exposed as MCP tools.

  • Setup - Running the server and configuration
  • Usage - How it works and testing with Claude

Repository

How It Works

  1. GraphQL Operations as Tools - Operations in data/operations become MCP tools
  2. Operation Definitions - Each query/mutation is exposed as a callable tool
  3. Automatic Tool Generation - No manual configuration required