Odel
Godot MCP Runtime

Godot MCP Runtime

Local
@erodenn66TypeScriptMITUpdated Yesterday

Zero-addon MCP server for Godot 4: agents edit, run, and play-test the game.

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).

npmgodot-mcp-runtimev3.2.4

Run

npx -y godot-mcp-runtime

MCP client config

{
  "mcpServers": {
    "godot-mcp-runtime": {
      "command": "npx",
      "args": [
        "-y",
        "godot-mcp-runtime"
      ]
    }
  }
}