Enables Large Language Models to explore and understand GraphQL schemas through specialized tools.
This tool is a Model Context Protocol (MCP) server that exposes GraphQL schema information to Large Language Models (LLMs). It allows an LLM to explore and understand GraphQL schemas through a set of specialized tools, including loading schemas from files, exploring fields and types, searching with pattern matching, retrieving simplified field information, and filtering internal GraphQL types.
Key Features
01Loads GraphQL schemas from files.
02Explores query, mutation, and subscription fields.
03Provides detailed type definitions.
04Searches for types and fields using pattern matching.
05Filters out internal GraphQL types.
Use Cases
01Integrating GraphQL schema exploration with Claude Desktop.
02Integrating GraphQL schema exploration with Claude Code CLI.
03Enabling LLMs to understand and interact with GraphQL APIs.