Skip to content

Installation

Before installing GodotIQ, ensure you have:

  1. Install via pip:

    Terminal window
    pip install godotiq

    This installs the Community edition with 15 free tools — spatial intelligence, code understanding, flow tracing, project memory, asset management, and animation analysis. No Godot addon required.

  2. Configure your MCP client (see below).

  3. Verify the connection by asking your AI to use the godotiq_ping tool, or simply ask: “Ping GodotIQ” — it should confirm the server is running.

Run this command in your terminal:

Terminal window
claude mcp add godotiq -- godotiq --project /path/to/your/godot/project

Claude Code manages MCP servers via its CLI. Replace /path/to/your/godot/project with the absolute path to your Godot project root (the directory containing project.godot).