Back to Apps

GoPeak
Supports UIby had0yun
Comprehensive MCP server for Godot 4 providing a full edit-run-inspect-fix loop for AI assistants.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
GoPeak connects AI assistants directly to the Godot 4 engine, enabling a seamless development loop where the AI can create scenes, edit scripts, launch the game, and analyze debug output in real-time.
Tools
- Project Control: Find projects, launch editor, and manage game execution.
- Scene & Script Editing: Create scenes, add nodes, and modify GDScript.
- Resource Workflows: Manage materials, shaders, and imports.
- Debugging: Access logs, LSP diagnostics, and DAP breakpoints.
- Runtime Testing: Capture screenshots, inspect live trees, and inject input.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"godot": {
"command": "npx",
"args": ["-y", "gopeak"],
"env": {
"GODOT_PATH": "/path/to/godot",
"GOPEAK_TOOL_PROFILE": "compact"
}
}
}
}
Supported hosts
Confirmed support for Claude Desktop, Cursor, and Cline.
Quick install
npx -y gopeakInformation
- Pricing
- free
- Published
- 4/23/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"godot": {
"command": "npx",
"args": ["-y", "gopeak"],
"env": {
"GODOT_PATH": "/path/to/godot"
}
}
}
}





