safari-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
safari-mcp by achiya-automation | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 63 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | Browser AutomationWeb ScrapingDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | this month | this month |
safari-mcp · Summary
Native Safari browser automation for AI agents with 80 tools via AppleScript, zero overhead, and lower CPU usage than Chrome DevTools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
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
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
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.
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}