bridge4simulator vs time
并排对比,帮你在这两个 MCP server 之间做选择。
bridge4simulator by AppGram | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 81 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 45 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具效率工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | — | TypeScript |
| 最近提交 | 4 个月前 | 本月 |
bridge4simulator · 概述
控制 iOS 模拟器的 MCP 服务器,提供丰富的自动化工具用于测试和开发。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
bridge4simulator · 使用场景
- 使用 AI 控制模拟器导航和交互,实现 iOS 应用程序的自动化 UI 测试
- 构建 iOS 应用开发和测试工作流程的自动化
- 通过控制模拟器创建应用程序如何工作的演示视频和教程
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
bridge4simulator · 安装
安装
使用 Homebrew
brew tap AppGram/tap
brew install bridge4simulator使用安装脚本
curl -fsSL https://github.com/AppGram/bridge4simulator/releases/latest/download/install.sh | bash配置
Claude Desktop
添加到 Claude Desktop 配置文件:
{
"mcpServers": {
"bridge4simulator": {
"command": "/usr/local/bin/bridge4simulator",
"args": ["mcp", "--enable-tools=screenshot"]
}
}
}Cursor/Claude Code
添加到设置中:
{
"mcpServers": {
"ios-simulator": {
"command": "/usr/local/bin/bridge4simulator",
"args": ["mcp", "--enable-tools=screenshot"]
}
}
}time · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}