Godot 4 MCP server — test runner, API docs, script analysis, scene parsing, LSP.
| Tool name | Description | Destructive? |
|---|---|---|
| godot_screenshot | ✓ no | |
| godot_analyze_script | ✓ no | |
| godot_get_diagnostics | ✓ no | |
| godot_run_project⚠ | ⚠ yes | |
| godot_search_docs | ✓ no |
| godot_analyze_scene | ✓ no | |
| godot_run_tests⚠ | ⚠ yes | |
| godot_get_project_info | ✓ no |
{
"mcpServers": {
"godot-forge": {
"command": "npx",
"args": [
"-y",
"godot-forge"
]
}
}
}