mcp-graphql is a Model Context Protocol server that enables LLMs to interact with GraphQL APIs through schema introspection and query execution. Developed by Boris Besemer, it allows AI models to discover and use GraphQL APIs dynamically by providing tools for schema retrieval and query execution, with mutations disabled by default as a security measure. The implementation supports custom headers for authentication, local schema files, and can be easily integrated with Claude Desktop via Smithery, making it ideal for workflows requiring AI assistants to access structured data from GraphQL endpoints.
Retrieves the GraphQL schema. Use this first if you don't have access to the schema as a resource. It utilizes either a local schema file or performs an introspection query.
Executes GraphQL queries against the specified endpoint. By default, mutations are disabled unless the '--enable-mutations' flag is specified.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!