MCP Catalogs
Home

mirroir-mcp vs time

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

mirroir-mcp
by jfarcand
time
by modelcontextprotocol
Stars★ 89★ 85,748
30d uses
Score4877
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageSwiftTypeScript
Last committhis monththis month

mirroir-mcp · Summary

MCP server for controlling a real iPhone via macOS iPhone Mirroring with screen analysis and interaction capabilities.

time · Summary

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

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

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

mirroir-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"]
    }
  }
}

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.