The Godot game engine — the open-source alternative to Unity and Unreal that has been surging in popularity since Unity’s 2023 pricing controversy — now has four MCP servers in the registry. Three are new this batch.
The Servers
| Server | Score | Stars | Description |
|---|---|---|---|
tomyud1/godot-mcp | 61 | 55 | The original Godot MCP server — scene tree access, node manipulation, script execution |
gregario/godot-forge | 40 | 0 | Godot project scaffolding and generation |
n24q02m/better-godot-mcp | 38 | 0 | Enhanced Godot integration |
salvo10f/godotiq | 40 | 0 | Godot intelligence and tooling |
Context
Game engines were among the first non-developer-tool domains to get MCP servers. We covered Unity and Unreal MCP integrations on March 1 when Codeturion registered documentation servers with sub-millisecond lookup times. Unity’s dedicated MCP server (IvanMurzak/Unity-MCP) scores 82 with 1,742 stars. By contrast, the Godot servers are early-stage — fresh repos, no packages, limited community uptake.
But tomyud1/godot-mcp at score 61 and 55 stars suggests real traction. It provides scene tree access, node manipulation, and GDScript execution — the core operations a developer would need to build Godot games with AI assistance. The three new entries suggest independent developers are seeing the same opportunity and building competing implementations.
Godot has over 100,000 GitHub stars and an active community that grew substantially after Unity’s pricing changes. As the engine matures, its MCP tooling will likely follow the same arc as Unity’s — from multiple competing low-score servers to a few well-maintained high-trust integrations. The race is on.