Odel
godotiq

godotiq

Local
@salvo10f54GDScriptMITUpdated 1mo ago

Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, 35 tools.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIgodotiqv0.1.3

Run

uvx godotiq

MCP client config

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