MCP server that exposes GraphQL schema information to LLMs like Claude. Current version 0.0.2, released in early 2025. Key differentiator: allows LLMs to explore, query, and search GraphQL schemas via MCP tools (list fields, get types, search) without manual schema copying. Integrates with Claude Desktop and Claude Code CLI.
npm install mcp-graphql-schemaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures Claude Desktop to use mcp-graphql-schema with a specific schema file.
Use absolute path like /home/user/schema.graphqls
Pin to exact version in npm or use npx -y specifying version.
Update Node.js to version 16 or later.
Restart the MCP server with a different schema path.
Ensure npx is available (comes with npm 5.2+). Run: npm install -g npx
Use absolute path to the schema file.
Use npx (CLI) instead of importing programmatically.
No dependency data recorded yet.