ultimate_mcp_server vs Gopeak-godot-mcp
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | Gopeak-godot-mcp by HaD0Yun | |
|---|---|---|
| Stars | ★ 149 | ★ 182 |
| 30d uses | — | — |
| Score | 85 | 50 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Developer ToolsAI / LLM ToolsProductivity |
| Language | Python | JavaScript |
| Last commit | 2 mo ago | this month |
ultimate_mcp_server · Summary
Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.
Gopeak-godot-mcp · Summary
GoPeak is a comprehensive MCP server for Godot 4 with 95+ tools for game development workflows.
ultimate_mcp_server · Use cases
- Complex document processing and analysis with OCR and structured data extraction
- Web automation and research across multiple sites with browser control
- Cost-optimized AI workflows through intelligent task delegation between models
Gopeak-godot-mcp · Use cases
- Automated game development with AI assistance in Godot projects
- Debugging Godot games by reading debug output and fixing errors
- Creating and modifying game scenes and scripts through AI agents
ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_serverGopeak-godot-mcp · Install
Installation
Requirements
- Godot 4.x
- Node.js 18+
- MCP-compatible client (Claude Desktop, Cursor, Cline, or OpenCode)
1) Run GoPeak
npx -y gopeak2) Add MCP client config
{
"mcpServers": {
"godot": {
"command": "npx",
"args": ["-y", "gopeak"],
"env": {
"GODOT_PATH": "/path/to/godot",
"GOPEAK_TOOL_PROFILE": "compact"
}
}
}
}3) Install Godot Plugins
From your Godot project folder:
curl -sL https://raw.githubusercontent.com/HaD0Yun/Gopeak-godot-mcp/main/install-addon.sh | bashEnable plugins in Project Settings → Plugins:
godot_mcp_editorfor scene/resource toolsgodot_mcp_runtimefor runtime inspection, screenshots, and input workflows