Back to directory
drestrepom/mcp_graphql

drestrepom/mcp_graphql

@drestrepom

An MCP server that enables interaction with GraphQL APIs, automatically exposing each GraphQL query as a separate MCP tool.

graphqlmcpapiintrospectionquerytoolpython

Installation & Configuration

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

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13