Catalog
Godot MCP Runtime
Officialby Erodenn · TypeScript
Zero-addon MCP server for Godot 4: agents edit, run, and play-test the game.
Zero-addon MCP server for Godot 4: agents edit, run, and play-test the game.
README not available yet.
Install
Configuration
Environment variables
GODOT_PATHPath to the Godot 4.x executable. Auto-detected if Godot is on PATH.
DEBUGEnable verbose logging when set to 'true'.
claude_desktop_config.json
{
"mcpServers": {
"godot-mcp-runtime": {
"command": "npx",
"args": [
"-y",
"godot-mcp-runtime@3.2.0"
],
"env": {
"GODOT_PATH": "<YOUR_GODOT_PATH>",
"DEBUG": "<YOUR_DEBUG>"
}
}
}
}