MCP Catalogs
Home

ultimate_mcp_server vs DrissionPageMCP

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

ultimate_mcp_server
by Dicklesworthstone
DrissionPageMCP
by wxhzhwxhzh
Stars★ 149★ 214
30d uses
Score8546
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
Browser AutomationWeb ScrapingDeveloper Tools
LanguagePythonPython
Last commit2 mo ago3 mo ago

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.

DrissionPageMCP · Summary

A browser automation MCP server using DrissionPage and FastMCP for AI-controlled web operations.

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

DrissionPageMCP · Use cases

  • Automated web testing with AI-based element detection
  • Web scraping with intelligent data extraction
  • AI-controlled website interaction for automation workflows

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

DrissionPageMCP · Install

Installation

  1. Clone the repository locally
  2. Install dependencies with uv: uv install
  3. Configure your editor's MCP settings:
{
  "mcpServers": {
    "DrissionPageMCP": {
      "type": "stdio",
      "command": "uv",
      "args": ["--directory", "<path_to_repo>", "run", "main.py"]
    }
  }
}
  1. Optional: Use the MCP inspector for debugging: mcp dev <path_to_repo>/main.py
Comparison generated from public README + GitHub signals. Last updated automatically.