Back to MCP Servers
Graphql
Allows the AI to query GraphQL servers
other-tools-and-integrationsgraphqlai
By blurrah
Installation
npx -y mcp-graphqlConfiguration
{
"mcpServers": {
"mcp-graphql": {
"command": "npx",
"args": ["-y", "mcp-graphql"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes