bycoding-solo· 1 MCP server
/$$ /$$ /$$$$$$ /$$$$$$$ | $$$ /$$$ /$$__ $$| $$__ $$ | $$$$ /$$$$| $$ \__/| $$ \ $$ | $$ $$/$$ $$| $$ | $$$$$$$/ | $$ $$$| $$| $$ | $$____/
$git clone https://github.com/coding-solo/godot-mcpInstalls into the current project.
Install godot-mcp by running `git clone https://github.com/coding-solo/godot-mcp`, then use it for the current task and follow its documentation at https://github.com/coding-solo/godot-mcp.
| 1 | # Godot MCP |
| 2 | |
| 3 | [](https://github.com/sponsors/Coding-Solo) |
| 4 | |
| 5 | [](https://modelcontextprotocol.io/introduction) |
| 6 | [](https://godotengine.org) |
| 7 | [](https://nodejs.org/en/download/) |
| 8 | [](https://www.typescriptlang.org/) |
| 9 | |
| 10 | [](https://github.com/Coding-Solo/godot-mcp/commits/main) |
| 11 | [](https://github.com/Coding-Solo/godot-mcp/stargazers) |
| 12 | [](https://github.com/Coding-Solo/godot-mcp/network/members) |
| 13 | [](https://opensource.org/licenses/MIT) |
| 14 | |
| 15 | |
| 16 | ```text |
| 17 | ((((((( ((((((( |
| 18 | ((((((((((( ((((((((((( |
| 19 | ((((((((((((( ((((((((((((( |
| 20 | ((((((((((((((((((((((((((((((((( |
| 21 | ((((((((((((((((((((((((((((((((( |
| 22 | ((((( ((((((((((((((((((((((((((((((((((((((((( ((((( |
| 23 | ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((( |
| 24 | (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((( |
| 25 | (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((( |
| 26 | ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((( |
| 27 | ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((( |
| 28 | (((((((((((@@@@@@@(((((((((((((((((((((((((((@@@@@@@((((((((((( |
| 29 | (((((((((@@@@,,,,,@@@(((((((((((((((((((((@@@,,,,,@@@@((((((((( |
| 30 | ((((((((@@@,,,,,,,,,@@(((((((@@@@@(((((((@@,,,,,,,,,@@@(((((((( |
| 31 | ((((((((@@@,,,,,,,,,@@(((((((@@@@@(((((((@@,,,,,,,,,@@@(((((((( |
| 32 | (((((((((@@@,,,,,,,@@((((((((@@@@@((((((((@@,,,,,,,@@@((((((((( |
| 33 | ((((((((((((@@@@@@(((((((((((@@@@@(((((((((((@@@@@@(((((((((((( |
| 34 | ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((( |
| 35 | ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((( |
| 36 | @@@@@@@@@@@@@((((((((((((@@@@@@@@@@@@@((((((((((((@@@@@@@@@@@@@ |
| 37 | ((((((((( @@@(((((((((((@@(((((((((((@@(((((((((((@@@ ((((((((( |
| 38 | (((((((((( @@((((((((((@@@(((((((((((@@@((((((((((@@ (((((((((( |
| 39 | (((((((((((@@@@@@@@@@@@@@(((((((((((@@@@@@@@@@@@@@((((((((((( |
| 40 | ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((( |
| 41 | ((((((((((((((((((((((((((((((((((((((((((((((((((((( |
| 42 | ((((((((((((((((((((((((((((((((((((((((((((((( |
| 43 | ((((((((((((((((((((((((((((((((( |
| 44 | |
| 45 | |
| 46 | /$$ /$$ /$$$$$$ /$$$$$$$ |
| 47 | | $$$ /$$$ /$$__ $$| $$__ $$ |
| 48 | | $$$$ /$$$$| $$ \__/| $$ \ $$ |
| 49 | | $$ $$/$$ $$| $$ | $$$$$$$/ |
| 50 | | $$ $$$| $$| $$ | $$____/ |
| 51 | | $$\ $ | $$| $$ $$| $$ |
| 52 | | $$ \/ | $$| $$$$$$/| $$ |
| 53 | |__/ |__/ \______/ |__/ |
| 54 | ``` |
| 55 | |
| 56 | A Model Context Protocol (MCP) server for interacting with the Godot game engine. |
| 57 | |
| 58 | ## Introduction |
| 59 | |
| 60 | Godot MCP enables AI agents to launch the Godot editor, run projects, capture debug output, and control project execution. This direct feedback loop helps agents understand what works and what doesn't in real Godot projects, leading to better code generation and debugging assistance. |
| 61 | |
| 62 | ## Features |
| 63 | |
| 64 | - **Launch Godot Editor**: Open the Godot ed |