MCP profile
Github HaD0Yun Gopeak
GoPeak — The most comprehensive MCP server for Godot Engine. 95+ tools, LSP, DAP, screenshots.
Developer ToolsPackageJavaScript/TypeScriptOpen SourceExternal
Last updated
March 16, 2026
Visibility
Public
ByRegistry
About This MCP Server
GoPeak uses cursor-based pagination for tools/list — even in full profile, tools are delivered in pages (default 33) instead of dumping all 110+ definitions at once. Your AI client fetches the next page only when it needs more.
Set page size with GOPEAK_TOOLS_PAGE_SIZE:
Capabilities
Project control: launch editor, run/stop project, capture debug outputScene editing: create scenes, add/delete/reparent nodes, edit propertiesScript workflows: create/modify scripts, inspect script structureResources: create/modify resources, materials, shaders, tilesetsSignals/animation: connect signals, build animations/tracks/state machinesRuntime tools: inspect live tree, set properties, call methods, metricsLSP + DAP: diagnostics/completion/hover + breakpoints/step/stack traceInput + screenshots: keyboard/mouse/action injection and viewport captureAsset library: search/fetch CC0 assets (Poly Haven, AmbientCG, Kenney)
Why Use Github HaD0Yun Gopeak?
- Real project feedback loop: run the game, inspect logs, and fix in-context.
- 110+ tools available across scene/script/resource/runtime/LSP/DAP/input/assets.
- Token-efficient by default: compact tool surface (33 tools) + dynamic tool groups. Only activate what you need — no more 110-tool context bombs.
- Dynamic tool groups: search with tool.catalog and matching groups auto-activate. Or manually activate with tool.groups.
- Deep Godot integration: ClassDB queries, runtime inspection, debugger hooks, bridge-based scene/resource edits.
Specifications
Status
live
Industry
Developer Tools
Category
General
Server type
Package
Language
JavaScript/TypeScript
License
Open Source
Verified
Yes
Requirements
- Godot 4.x
- Node.js 18+
- MCP-compatible client (Claude Desktop, Cursor, Cline, OpenCode, etc.)
Hosting
Hosting Options
- Package
API
Integrate this server into your application. Choose a connection method below.
1
Install
Install command
JavaScript/TypeScript
npm install -g gopeak2
Configure
Configuration
json
{
"mcpServers": {
"godot": {
"command": "npx",
"args": ["-y", "gopeak"],
"env": {
"GODOT_PATH": "/path/to/godot",
"GOPEAK_TOOL_PROFILE": "compact"
}
}
}
}Performance
Usage
Quick Reference
- Name
- Github HaD0Yun Gopeak
- Function
- GoPeak — The most comprehensive MCP server for Godot Engine. 95+ tools, LSP, DAP, screenshots.
- Transport
- Package
- Language
- JavaScript/TypeScript
- Install
- npm install -g gopeak
- Source
- External (Registry)
- License
- Open Source
Get started
Ready to integrate this MCP server?
Book a demo to see how this server fits your workflow, or explore the full catalog.