safari-mcp vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
safari-mcp by achiya-automation | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 63 | ★ 149 |
| 30d uses | — | — |
| Score | 49 | 85 |
| Official | — | — |
| Categories | Browser AutomationWeb ScrapingDeveloper Tools | AI / LLM ToolsBrowser AutomationFile System |
| Language | JavaScript | Python |
| Last commit | this month | 2 mo ago |
safari-mcp · Summary
Native Safari browser automation for AI agents with 80 tools via AppleScript, zero overhead, and lower CPU usage than Chrome DevTools.
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.
safari-mcp · Use cases
- AI agents automating web tasks while maintaining logged-in sessions
- Web scraping with lower resource usage and better anti-bot detection resistance
- Automated testing of web applications with actual browser state
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
safari-mcp · Install
Installation
Quick install: npx safari-mcp
Global install: npm install -g safari-mcp
Configure Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"safari": {
"command": "npx",
"args": ["safari-mcp"]
}
}
}Restart Claude Desktop after saving.
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_server