bridge4simulator vs time
Side-by-side comparison to help you pick between these two MCP servers.
bridge4simulator by AppGram | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 81 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | — | TypeScript |
| Last commit | 4 mo ago | this month |
bridge4simulator · Summary
MCP server controlling iOS Simulator with extensive automation tools for testing and development.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
bridge4simulator · Use cases
- Automated UI testing of iOS applications using AI to navigate and interact with the simulator
- Building automated workflows for iOS app development and testing pipelines
- Creating demo videos and tutorials showing how apps work by controlling the simulator
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
bridge4simulator · Install
Installation
Using Homebrew
brew tap AppGram/tap
brew install bridge4simulatorUsing Installer
curl -fsSL https://github.com/AppGram/bridge4simulator/releases/latest/download/install.sh | bashConfiguration
Claude Desktop
Add to Claude Desktop config:
{
"mcpServers": {
"bridge4simulator": {
"command": "/usr/local/bin/bridge4simulator",
"args": ["mcp", "--enable-tools=screenshot"]
}
}
}Cursor/Claude Code
Add to settings:
{
"mcpServers": {
"ios-simulator": {
"command": "/usr/local/bin/bridge4simulator",
"args": ["mcp", "--enable-tools=screenshot"]
}
}
}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"]
}
}
}