MCP Catalogs
Home

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
Score8550
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
Developer ToolsAI / LLM ToolsProductivity
LanguagePythonJavaScript
Last commit2 mo agothis 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

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server

Gopeak-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 gopeak

2) 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 | bash

Enable plugins in Project Settings → Plugins:

  • godot_mcp_editor for scene/resource tools
  • godot_mcp_runtime for runtime inspection, screenshots, and input workflows
Comparison generated from public README + GitHub signals. Last updated automatically.