LogoSTMCP
Download
mcp_graphql

MCP GraphQL

MCP GraphQL is a Model Context Protocol server that provides a standardized interface for interacting with GraphQL APIs, automatically exposing each GraphQL query as a separate MCP tool for seamless communication.

Tools

1. GraphQL Query Tools

Each GraphQL query is automatically exposed as a distinct MCP tool with parameters matching the corresponding GraphQL query parameters.

Open Graph image for MCP GraphQL

JSON Config

{
  "mcpServers": {
    "graphql": {
      "command": "uvx",
      "args": ["mcp-graphql", "--api-url", "https://api.example.com/graphql"]
    }
  }
}

Useful Links

Information

Categories