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

Installation

npx -y gqai

Configuration

{
  "mcpServers": {
    "gqai": {
      "command": "npx",
      "args": ["-y", "gqai"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub