MCP Catalogs
首页bridge4simulator screenshot

bridge4simulator

by AppGram·81·综合分 45

控制 iOS 模拟器的 MCP 服务器,提供丰富的自动化工具用于测试和开发。

developer-toolsai-llmproductivity
5
Forks
1
活跃 Issue
4 个月前
最近提交
2 天前
收录于

概述

bridge4simulator 是一个 MCP 服务器,通过 21 种不同工具使 AI 助手能够控制 iOS 模拟器。它提供设备管理、输入模拟、屏幕捕获、应用控制、导航、具有 OCR 功能的 UI 分析以及宏自动化功能。该服务器无缝集成到 Claude Desktop、Cursor 和 Claude Code 等流行 AI 客户端中,使其成为自动化 iOS 测试和应用程序开发工作流程的强大工具。

试试问 AI

装完之后,这里有 3 个你可以让 AI 做的事:

:使用 AI 控制模拟器导航和交互,实现 iOS 应用程序的自动化 UI 测试
:构建 iOS 应用开发和测试工作流程的自动化
:通过控制模拟器创建应用程序如何工作的演示视频和教程

什么时候选它

当您需要AI驱动的iOS应用测试、自动化或UI交互功能,且已经在Apple生态系统中工作时,选择此服务器。

什么时候不要选它

不适合非Apple环境,或者您需要在物理iOS设备而非模拟器上进行设备测试时。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • device_list

    List available simulator devices

  • device_boot

    Boot a simulator device

  • device_shutdown

    Shutdown a simulator device

  • status

    Check simulator device status

  • tap

    Simulate a tap gesture on the screen

  • swipe

    Simulate a swipe gesture on the screen

  • type_text

    Type text into the simulator

  • screenshot

    Take a screenshot of the simulator

  • app_launch

    Launch an application in the simulator

  • app_terminate

    Terminate a running application

  • ui_describe

    Describe the current UI elements on screen

  • ui_ocr

    Perform OCR on the current screen

可对比工具

ios-mcpmacos-mcpdevice-farm

安装

安装

使用 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"]
    }
  }
}

bridge4simulator 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。