Controls Godot projects through MCP, including editor launch, project execution, debugging, scene operations, and UID management.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Godot MCP.
Coding-Solo/godot-mcp MCP server exposes Godot project operations to AI agents through the Model Context Protocol. It can open the editor for a selected project, start a project in debug mode, stop execution, and return console output or error messages. It can also report the installed Godot version, search a directory for projects, and provide structural information about a project.
Scene-related operations cover creating a scene with a chosen root node type, inserting nodes with configurable properties, loading a sprite or texture into a Sprite2D node, saving scenes, and exporting a 3D scene as a MeshLibrary resource for GridMap use. For Godot 4.4 and newer, the server includes operations for reading file UIDs and refreshing UID references by resaving resources.
Coding-Solo/godot-mcp MCP server runs locally as a Node.js package and communicates with an MCP client over the client’s configured command transport. Basic requests, such as opening the editor or reading project information, invoke Godot’s built-in command-line functions directly. More involved scene operations are delegated to one bundled GDScript file, godot_operations.gd.
The operations script receives an operation name and parameters as JSON. This design lets the server pass different scene-management requests to Godot without creating a separate temporary script for every request. The target project must be a directory containing a project.godot file.
Install Godot Engine and Node.js 18 or later with npm before configuring Coding-Solo/godot-mcp MCP server. An MCP-capable AI client is also required. The package can be launched with npx -y @coding-solo/godot-mcp, or the repository can be built locally with npm install, followed by npm run build; a client can then point to build/index.js.
Godot is detected automatically when possible. Set GODOT_PATH when the executable is not found automatically or when a particular installation should be used. Set DEBUG to true to enable detailed server-side logging. After adding the server to a client, restart or refresh the client if its tools do not appear.
The documented client configurations include Cursor and Cline. Cursor requires the Agent chat profile to run MCP tools, and the README notes that Cursor Pro or Business may be required. Claude Code is also shown as a supported setup method, although it is not one of the client labels represented in this directory’s compatibility field.
Coding-Solo/godot-mcp MCP server provides the following operation groups:
These capabilities are intended for local Godot workflows where the agent needs feedback from project execution or direct scene manipulation rather than only editing source files.
The server depends on a working Godot installation and a valid project path. If Godot cannot be located, configure GODOT_PATH; if the project path does not contain project.godot, project operations will fail. Connection problems may require confirming that the MCP process is running and restarting the AI client.
The material does not document remote hosting, API credentials, OAuth, or a Godot version range beyond the specific Godot 4.4+ requirement for UID operations. The repository is released under the MIT license.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/coding-solo-godot-mcp)<a href="https://allmcps.com/mcp/coding-solo-godot-mcp"><img src="https://allmcps.com/api/badge/coding-solo-godot-mcp?style=directory" alt="Godot MCP on AllMCPs" /></a>