GoPeak — The most comprehensive MCP server for Godot Engine. 95+ tools, LSP, DAP, screenshots.
claude mcp add gopeak -- npx -y gopeak
claude_desktop_config.json
{
"mcpServers": {
"gopeak": {
"command": "npx",
"args": [
"-y",
"gopeak"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"gopeak": {
"command": "npx",
"args": [
"-y",
"gopeak"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gopeak": {
"command": "npx",
"args": [
"-y",
"gopeak"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"gopeak": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gopeak"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"gopeak": {
"command": "npx",
"args": [
"-y",
"gopeak"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.HaD0Yun--gopeak/reviews or the review_server meta-tool.
POST /mcp