Godot MCP
Interacts with the Godot game engine for scene editing, running, debugging, and project management.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-28
Godot MCP is a community server enabling AI control of the Godot game engine. Maintained by solo developer Coding Solo with limited track record. The server requires GODOT_PATH environment variable and executes shell commands to control the game engine, including scene editing, project management, and debugging. Whilst distributed via npm with standard packaging, the permissions model is concerning: it grants shell execution capabilities and filesystem access to manipulate game projects. The repository appears open source with reasonable documentation, but lacks extensive community review or established maintainer reputation. No known security incidents, but the combination of shell access and solo maintenance presents moderate supply chain risk. Suitable for experimental use but requires careful consideration in production environments.
Lethal Trifecta (prompt-injection exposure)
CLEARLocal editor.
Green flags
- Distributed via official npm registry with versioning
- Open source repository available for inspection
- Scoped to Godot-specific operations rather than general shell access
- No known security incidents or malicious versions
Red flags
- Shell execution required to control Godot engine processes
- Solo maintainer with limited public track record
- Filesystem write access to game project directories
- Requires GODOT_PATH env var exposing local installation paths
- Debugging capabilities could expose sensitive project internals
Permissions requested
Install
npx @coding-solo/godot-mcp
GODOT_PATHReview
Install this if you're prototyping in Godot and want to iterate on game logic through conversation instead of constant editor switching. Skip it if you're working on visual-heavy tasks like shaders or animation, or if you're still on Godot 3.x. It's a workflow tool for developers who already know the engine, not a shortcut around learning it.
Good at
- Handles the edit-run-debug loop without leaving the chat, which speeds up iteration on game logic.
- Project scaffolding tools let you describe a game type and get a working scene structure in seconds.
- Debugging integration surfaces console output and errors directly in the conversation.
- Useful for teaching or pair programming where you want to explain changes as you make them.
Watch out
- Requires Godot 4.x; no support for Godot 3.x projects.
- Setup depends on manually configuring the Godot executable path, which can trip up non-standard installs.
- Not a replacement for visual editors; shader work, animation trees, and UI layout still need the main editor.
- Debugging tools are helpful but lack the depth of Godot's built-in debugger for complex runtime issues.
Use cases
- Godot scene editing
- GDScript debugging
- project scaffolding
- AI-assisted game dev
Getting started
Works with
Similar MCPs
- DaVinci Resolve MCPFull coverage of the DaVinci Resolve scripting API so agents can drive timelines, edits, colour grading, and media management via Claude.
- Free Will MCPExperimental tools that let an AI give itself prompts, ignore user requests, or go to sleep, for studying autonomy.
- QGIS MCPConnects QGIS Desktop to Claude for prompt-assisted project creation, layer loading, and code execution.
- Manim MCPExecutes Manim scripts to render mathematical animations from natural language, returning the generated video files.