Godot Forge for Claude Desktop
io.github.gregario/godot-forge
Godot 4 MCP server — test runner, API docs, script analysis, scene parsing, LSP.
client:Claude Desktop
transport:stdio
runtime:npm
Install Godot Forge in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"godot-forge": {
"command": "npx",
"args": [
"-y",
"godot-forge"
],
"env": {
"GODOT_PATH": "<GODOT_PATH>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs