Back to directory
drestrepom/mcp_graphql

drestrepom/mcp_graphql

@drestrepom20321

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
2025/4/22
Updated
2025/10/4