1. GraphQL Query Tools
Each GraphQL query is automatically exposed as a distinct MCP tool with parameters matching the corresponding GraphQL query parameters.
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.
{
"mcpServers": {
"graphql": {
"command": "uvx",
"args": ["mcp-graphql", "--api-url", "https://api.example.com/graphql"]
}
}
}