Downloads
All releases are hosted on GitHub — small zip files, direct links, no account required.
Godot Runtime Bridge
Section titled “Godot Runtime Bridge”Latest: v1.0.3
Terminal Install
Section titled “Terminal Install”git clone https://github.com/Aesthetic-Engine/godot-runtime-bridge.gitcd godot-runtime-bridge/mcpnpm installcurl -LO https://github.com/Aesthetic-Engine/godot-runtime-bridge/releases/download/v1.0.3/godot-runtime-bridge-v1.0.3.zipunzip godot-runtime-bridge-v1.0.3.zip -d godot-runtime-bridgecd godot-runtime-bridge/mcpnpm installInvoke-WebRequest -Uri "https://github.com/Aesthetic-Engine/godot-runtime-bridge/releases/download/v1.0.3/godot-runtime-bridge-v1.0.3.zip" -OutFile "grb.zip"Expand-Archive -Path "grb.zip" -DestinationPath "godot-runtime-bridge"cd godot-runtime-bridge\mcpnpm installAfter downloading, copy addons/godot-runtime-bridge/ into your Godot project’s addons/ folder and enable the plugin in Project → Project Settings → Plugins.
Aesthetic Engine Builder
Section titled “Aesthetic Engine Builder”Latest: v1.0.0
Terminal Install
Section titled “Terminal Install”git clone -b v1.0.0 https://github.com/Aesthetic-Engine/Aesthetic-Engine-Builder.gitcd Aesthetic-Engine-Builder/mcpnpm installcurl -LO https://github.com/Aesthetic-Engine/Aesthetic-Engine-Builder/archive/refs/tags/v1.0.0.zipunzip v1.0.0.zipcd Aesthetic-Engine-Builder-1.0.0/mcpnpm installInvoke-WebRequest -Uri "https://github.com/Aesthetic-Engine/Aesthetic-Engine-Builder/archive/refs/tags/v1.0.0.zip" -OutFile "aeb.zip"Expand-Archive -Path "aeb.zip" -DestinationPath "."cd Aesthetic-Engine-Builder-1.0.0\mcpnpm installOpen the project folder (Aesthetic-Engine-Builder or Aesthetic-Engine-Builder-1.0.0) in Godot 4.5+ to import. The builder addon is pre-configured.
Godot Engine
Section titled “Godot Engine”Required: v4.5 or later
GRB and AEB both require Godot 4.5+ (uses the OS.add_logger API introduced in that version). Earlier 4.x releases will not work.
System Requirements
Section titled “System Requirements”| Dependency | Minimum Version | Notes |
|---|---|---|
| Godot | 4.5+ | Uses OS.add_logger API introduced in 4.5 |
| Node.js | 20 LTS+ | Required for the MCP bridge |
| Cursor | Latest | Or any MCP-compatible AI agent |
| OS | Windows 10+, macOS 12+, Linux | Any platform Godot supports |