Back to MCP Servers
Gqai
Define tools using regular GraphQL queries/mutations and gqai automatically generates an MCP server for you.
other-tools-and-integrationsgraphqlai
By fotoetienne
Installation
npx -y gqaiConfiguration
{
"mcpServers": {
"gqai": {
"command": "npx",
"args": ["-y", "gqai"]
}
}
}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