
Gopeak
Install GoPeak so your coding agent can drive Godot scenes, debug, and capture screenshots through 95+ engine tools over MCP.
Overview
GoPeak is a MCP server for the Build phase that exposes 95+ Godot Engine tools plus LSP, DAP, and screenshots to AI coding agents.
What is this MCP server?
- 95+ MCP tools for Godot Engine project and scene operations
- Language Server Protocol (LSP) and Debug Adapter Protocol (DAP) integration for agent-driven editing and debugging
- Screenshot capture for visual regression checks from the agent
- npm package gopeak v2.0.1 with npx runtime hint and stdio transport
- 95+ MCP tools advertised
- Server version 2.0.1
- Transport: stdio
Community signal: 205 GitHub stars.
What problem does it solve?
Godot workflows stall when your agent cannot inspect scenes, debug runs, or verify visuals without you manually clicking through the editor.
Who is it for?
Solo Godot developers using Claude Code or Cursor who want deep engine automation during active game builds.
Skip if: Web-only SaaS builders, Unity or Unreal teams, or anyone not shipping with Godot Engine.
What do I get? / Deliverables
After adding GoPeak, your agent can operate Godot through MCP tools so scene edits, debug steps, and screenshot checks happen in one thread.
- Agent-invokable Godot project and scene operations
- Debug sessions driven through DAP from the agent
- Screenshots for visual verification of Godot UI or scenes
Recommended MCP Servers
Journey fit
How it compares
Godot-focused MCP integration, not a generic game asset marketplace or hosting platform.
Common Questions / FAQ
Who is GoPeak for?
GoPeak is for indie and solo builders creating games in Godot who want their MCP agent to edit, debug, and screenshot the running project.
When should I use GoPeak?
Use GoPeak during Build when you need agent-driven scene changes, LSP-aware refactors, DAP debugging, or visual checks in Godot.
How do I add GoPeak to my agent?
Add the npm MCP server gopeak (v2.0.1) with stdio transport to your client, typically via npx per registry hints, with Godot installed locally.