MCP Catalogs
Home

ultimate_mcp_server vs cheatengine-mcp-bridge

Side-by-side comparison to help you pick between these two MCP servers.

ultimate_mcp_server
by Dicklesworthstone
cheatengine-mcp-bridge
by miscusi-peek
Stars★ 149★ 691
30d uses
Score8554
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
Developer ToolsSecurityAI / LLM Tools
LanguagePythonLua
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.

cheatengine-mcp-bridge · Summary

MCP server connecting AI assistants directly to Cheat Engine for automated reverse engineering and memory analysis.

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

cheatengine-mcp-bridge · Use cases

  • Automating memory analysis and pointer scanning in reverse engineering
  • Creating game trainers and security auditing tools with AI assistance
  • Generating unique AOB patterns for game updates and patches

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

cheatengine-mcp-bridge · Install

Installation

  1. Install Python dependencies:
pip install -r MCP_Server/requirements.txt

Or manually:

pip install mcp pywin32
  1. Load bridge in Cheat Engine:
  • Enable DBVM in Cheat Engine if you plan to use DBVM tools
  • Open Cheat Engine's Lua Engine or script executor
  • Execute MCP_Server/ce_mcp_bridge.lua
  1. Configure MCP client (e.g., Claude Desktop):
{
  "servers": {
    "cheatengine": {
      "command": "python",
      "args": ["C:/path/to/MCP_Server/mcp_cheatengine.py"]
    }
  }
}
  1. Restart client and verify connection with ping tool.
Comparison generated from public README + GitHub signals. Last updated automatically.