Godotiq MCP Server

Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, and 38 tools. It runs locally over stdio via the published package.

People connecting developer tools tools to Claude, Cursor, VS Code, or another MCP client. The project is written in GDScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-03 · ★ 54 · #28 OF 139 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-08-25

MIT · GDScript · how we verify → /methodology

01 · Install Godotiq

before you install - you'll need

Set GODOTIQ_PROJECT_ROOT before connecting.

Claude Code

claude mcp add salvo10f-godotiq -- uvx godotiq

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "salvo10f-godotiq": {
      "command": "uvx",
      "args": [
        "godotiq"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package godotiq - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.salvo10f is GitHub-verified and matches the repo owner

03 · What Godotiq can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.5.4 · 2026-05-03

[0.5.4] - 2026-05-03 · Added · New godotiq_read_debug_console Community tool reads recent Godot Debugger/console errors as structured text, including runtime errors captured from the running game and script errors…

v0.5.3 · 2026-05-02

Fixed · License activation diagnostics now distinguish network_unreachable, worker_5xx, invalid_license, signature_mismatch, and unexpected_response instead of collapsing unrelated failures into migration_required.…

04 · Who maintains Godotiq

godotiq is maintained by salvo10f. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
developer tools - ranked #28 of 139 actively-maintained developer tools servers as of 2026-08-25.
registry
io.github.salvo10f/godotiq (active, first published 2026-03-13)
packages
pypi:godotiq

06 · Godotiq FAQ

What is Godotiq?

Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, and 38 tools. It runs locally over stdio via the published package.

Is Godotiq still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-03. We re-verify nightly.

How do I install Godotiq?

Run `uvx godotiq`. The README documents one environment variable (GODOTIQ_PROJECT_ROOT) to set first. Set GODOTIQ_PROJECT_ROOT before connecting. You can also paste the ready-made client config above.

Does Godotiq run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Godotiq

More developer tools MCP servers · Selvage · Code Pathfinder · Infrawise · Mergewarden · Sounio Compiler