ultimate_mcp_server vs mirroir-mcp
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | mirroir-mcp by jfarcand | |
|---|---|---|
| Stars | ★ 149 | ★ 89 |
| 30d uses | — | — |
| Score | 85 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Developer ToolsAI / LLM ToolsProductivity |
| Language | Python | Swift |
| Last commit | 2 mo ago | this 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.
mirroir-mcp · Summary
MCP server for controlling a real iPhone via macOS iPhone Mirroring with screen analysis and interaction capabilities.
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
mirroir-mcp · Use cases
- Automated UI testing of iOS applications through AI agents
- Cross-platform automation between iOS and messaging apps
- Content interaction and posting on iOS social media apps
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_servermirroir-mcp · Install
Install via script: /bin/bash -c "$(curl -fsSL https://mirroir.dev/get-mirroir.sh)"
Or via npx: npx -y mirroir-mcp install
Or via Homebrew: brew tap jfarcand/tap && brew install mirroir-mcp
For Claude Desktop, add to ~/.claude/config.json:
{
"mcpServers": {
"mirroir": {
"command": "npx",
"args": ["-y", "mirroir-mcp"]
}
}
}