Godot
Launch the Godot editor, run projects, and manipulate scenes and nodes.
Godot
Launch the Godot editor, run projects, and manipulate scenes and nodes. With Lunar.dev MCPX, the MCP Gateway for secure and governed tool access, you connect the Godot MCP server to Claude, ChatGPT, Cursor, and any MCP client through one gateway that routes, authenticates, and governs every Godot tool call against your policies.
Why MCPX
MCPX is Lunar.dev's MCP Gateway. It sits between your AI agents and your MCP servers as a single gateway for every tool call, routing, authenticating, and governing traffic against your policies. Connect Godot once and govern it everywhere: role-based access per agent with on-behalf-of attribution, real-time visibility, and an immutable audit trail of who did what, all deployable inside your own VPC.
Tools content
- launch_editor · Write
Launch Godot editor for a specific project. - run_project · Write
Run the Godot project and capture output. - get_debug_output · Read-only
Get the current debug output and errors. - stop_project · Write
Stop the currently running Godot project. - get_godot_version · Read-only
Get the installed Godot version. - list_projects · Read-only
List Godot projects in a directory. - get_project_info · Read-only
Retrieve metadata about a Godot project. - create_scene · Write
Create a new Godot scene file. - add_node · Write
Add a node to an existing scene. - load_sprite · Write
Load a sprite into a Sprite2D node. - export_mesh_library · Write
Export a scene as a MeshLibrary resource. - save_scene · Write
Save changes to a scene file. - get_uid · Read-only
Get the UID for a specific file in a Godot project (for Godot 4.4+). - update_project_uids · Write
Update UID references in a Godot project by resaving resources (for Godot 4.4+).
Frequently asked questions
What is the Godot MCP server?
Launch the Godot editor, run projects, and manipulate scenes and nodes. Through Lunar.dev MCPX, Godot connects to any MCP-compatible AI client behind a single governed gateway.
How do I connect Godot to MCPX?
Add the Godot server in the MCPX control plane or your app.yaml, then point your AI client at your MCPX gateway. MCPX handles no authentication and routes every Godot call through the gateway.
Is the Godot MCP server official?
Godot is a community-maintained MCP server. MCPX lets you risk-assess and sandbox it before rolling it out to your teams.
What authentication does Godot use with MCPX?
Godot requires no authentication. MCPX still controls which agents and users are allowed to call it through role-based access control.
How many tools does Godot expose in MCPX?
Godot exposes 14 tools. In MCPX you can enable or disable each tool per agent for least-privilege access.
