An MCP (Model Context Protocol) server that enables interaction with GraphQL APIs.
mcpServer
{ "mcpServers": { "graphql": { "command": "python", "args": [ "-m", "mcp_graphql", "--api-url", "https://api.example.com/graphql" ] } } }
mcp-graphql