mcp-graphql-tools and graphql2mcp
One tool provides a GraphQL MCP server for AI assistants, while the other offers a CLI proxy or library to convert any GraphQL API into an MCP server, making them complements where the latter can be used to prepare data for the former.
About mcp-graphql-tools
saewoohan/mcp-graphql-tools
GraphQL MCP server for AI assistants
Exposes two core tools for GraphQL interaction: `graphql_query` for executing queries/mutations with optional variables and custom headers, and `graphql_introspect` for schema exploration. Implements query complexity limiting and configurable timeouts to prevent abuse, with support for Claude Desktop integration via stdio transport and pre-configured endpoints through command-line arguments.
About graphql2mcp
KKonstantinov/graphql2mcp
Convert any GraphQL API into an MCP server. CLI proxy or library mode.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work