GoPeak is an MCP server for Godot that allows AI assistants to run, inspect, modify, and debug real projects end-to-end.
From the registry: GoPeak — The most comprehensive MCP server for Godot Engine. 95+ tools, LSP, DAP, screenshots.

$ curl -sL https://raw.githubusercontent.com/HaD0Yun/Gopeak-godot-mcp/main/install-addon.sh | bashPlease install the `gopeak` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Godot 4.x** — Godot 4.x installed (https://godotengine.org/)
- **Node.js 18+** — Node.js runtime
Optional prerequisites:
- Install Godot addon (optional) — For runtime/bridge tools, install the gopeak Godot addon into your project Run: `curl -sL https://raw.githubusercontent.com/HaD0Yun/Gopeak-godot-mcp/main/install-addon.sh | bash`
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","gopeak"]
- optional environment variables:
- `GODOT_PATH`: Explicit Godot executable path (auto-detected by default) (example: `<your-godot-binary-path>`)
- `GOPEAK_TOOL_PROFILE`: Tool exposure profile: compact (default), full, or legacy (example: `compact`)
- `GODOT_BRIDGE_PORT`: Bridge/visualizer HTTP+WS port (example: `6505`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.GODOT_PATHrequiredExplicit Godot executable pathGOPEAK_TOOL_PROFILErequiredTool exposure profile: `compact`, `full`, `legacy`