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 | — | — |
| Score | 85 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Browser AutomationWeb ScrapingDeveloper Tools |
| Language | Python | Python |
| Last commit | 2 mo ago | 3 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
- 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_serverDrissionPageMCP · Install
Installation
- Clone the repository locally
- Install dependencies with uv:
uv install - Configure your editor's MCP settings:
{
"mcpServers": {
"DrissionPageMCP": {
"type": "stdio",
"command": "uv",
"args": ["--directory", "<path_to_repo>", "run", "main.py"]
}
}
}- Optional: Use the MCP inspector for debugging:
mcp dev <path_to_repo>/main.py