mcp-graphql-tools

mcp-graphql-tools

3.3

If you are the rightful owner of mcp-graphql-tools and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server implementation that provides GraphQL API interaction capabilities.

The GraphQL MCP Tools server is designed to facilitate interaction with GraphQL APIs through a standardized set of tools. It allows AI assistants to execute GraphQL queries and retrieve schema information, making it easier to integrate and interact with various GraphQL endpoints. The server supports executing queries with optional variables, headers, and timeout settings, and it can also perform schema introspection to explore available types and fields. This implementation is particularly useful for developers looking to integrate AI models with GraphQL APIs in a seamless and efficient manner.

Features

  • Execute GraphQL queries with optional variables and headers.
  • Retrieve and explore GraphQL schema information.
  • Support for request timeout and mutation operations.
  • Include deprecated types/fields in schema introspection.
  • Configurable default endpoint and headers.

Tools

  1. graphql_query

    Execute GraphQL queries against any endpoint.

  2. graphql_introspect

    Retrieve and explore GraphQL schema information.