MCP Catalogs
Home

ultimate_mcp_server vs open-computer-use

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

ultimate_mcp_server
by Dicklesworthstone
open-computer-use
by Wide-Moat
Stars★ 149★ 74
30d uses
Score8549
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
Developer ToolsProductivityAI / LLM Tools
LanguagePythonPython
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.

open-computer-use · Summary

MCP server providing Docker workspaces with browser, terminal, code execution and document skills for any LLM.

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

open-computer-use · Use cases

  • AI agent web scraping and data analysis with real-time browser interaction
  • Automated document generation (Word, Excel, PDF) with professional formatting
  • Code development and testing in isolated environments with full terminal access

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

open-computer-use · Install

Installation

git clone https://github.com/Wide-Moat/open-computer-use.git
cd open-computer-use
cp .env.example .env
# Edit .env — set OPENAI_API_KEY (or any OpenAI-compatible provider)

# 1. Start Computer Use Server (builds workspace image on first run, ~15 min)
docker compose up --build

# 2. Start Open WebUI (in another terminal)
docker compose -f docker-compose.webui.yml up --build

For MCP client integration, connect to http://localhost:8081/mcp for self-hosted or https://api.yambr.com/mcp/computer_use with API key for hosted version.

Comparison generated from public README + GitHub signals. Last updated automatically.