🚀 GraphQL for AI Agents
A server application that helps AI agents interact with GraphQL APIs through structured tools instead of raw query generation.
Add to your
claude_desktop_config.json
file:
{
"mcpServers": {
"querysculptor": {
"command": "npx",
"args": [
"mcp-remote",
"https://querysculptor.com/mcp"
]
}
}
}
The demo is pre-configured with the Pokemon GraphQL API .
Chat directly with Pokemon's GraphQL API using QuerySculptor's MCP server
🚀 Launch QuerySculptor ChatHere are some questions you can ask:
Once configured, simply ask your AI agent natural language questions about Pokemon data. QuerySculptor will guide the construction of proper GraphQL queries step-by-step!