MCP Catalogs
Home

MCPSafari vs time

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

MCPSafari
by Epistates
time
by modelcontextprotocol
Stars★ 23★ 85,748
30d uses
Score4577
Official
Categories
Browser AutomationDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last committhis monththis month

MCPSafari · Summary

Native Safari MCP server providing 23 tools for AI agents to control Safari on macOS.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

MCPSafari · Use cases

  • Automating web interactions and data extraction from Safari
  • Testing web applications by simulating user interactions
  • Enhancing AI agents with browsing capabilities on macOS

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

MCPSafari · Install

Homebrew (recommended)

brew install --cask epistates/tap/mcp-safari

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-safari": {
      "command": "mcp-safari"
    }
  }
}

After installation, enable the extension in Safari > Settings > Extensions > MCPSafari Extension.

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.