Enable AI to build, inspect, run, debug, and export Godot games.
This is a local Godot MCP tool that, by description, can create, inspect, run, debug, and export Godot games, implying local code execution and project file read/write access. The materials show no required secrets or remote egress, and it is open source, but because it comes from a third-party registry with no README and low adoption, the overall posture is caution rather than high risk.
The materials explicitly state that no keys or environment variables are required, and there is no indication that API tokens, account passwords, or other sensitive credentials are needed; credential exposure appears low.
No remote endpoints are declared, and the description focuses on local Godot editing and execution; based on the provided materials, there is no factual indication of user data being sent to external services.
The system flags executes-code, and the description says it can run, debug, and export real Godot 4.6 games, indicating it can trigger local processes or execute project code/build flows. This is a normal high-privilege capability for this type of tool and warrants use in an isolated environment.
To create, inspect, debug, and export games, the tool would typically need read/write access to Godot project files, build outputs, and related local resources. The materials do not show fine-grained path restrictions, so it should be assumed to have broad access at least within the project workspace, though there is no clear red flag of excessive authorization.
There is an open-source repository, which is a positive factor because the source is in principle auditable; however, it comes from a third-party registry, has no declared license, no README, 0 stars, and unknown maintenance status, which reduces verifiability and maturity. It is better treated as a low-trust open-source tool requiring manual review.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "niua-godot-mcp" yet — see the docs or source repo.
Use niua-godot-mcp to create a Godot 4.6 2D platformer prototype with player movement, jumping, enemy patrols, coin collection, and a win condition. Also explain which scenes and scripts were generated.
A runnable Godot game prototype with scene structure, script files, and a summary of core gameplay.
Inspect the current Godot project, identify the cause of broken player collisions and desynced animations, fix the scripts or node configuration, and run the project to verify the result.
An explanation of the issues found and fixes applied, updated project configuration or code, and a summary of successful verification.
Prepare this Godot 4.6 project for release, confirm major errors are resolved, export a desktop build, and list the key steps before and after export.
An exportable desktop build result plus release checks, a fix summary, and the export workflow.
Let AI manipulate Godot projects, scenes, nodes, and editor workflows.
Connect AI agents to active Godot 4 projects for development assistance.
AI-powered MCP tools for end-to-end Godot 4 game development workflows.
Run Godot GUT tests through AI to speed up validation and debugging.
Connect to Godot to launch projects and capture debugging output.
Inspect scenes, modify scripts, and run RTS automated testing in Godot.