MCP Catalogs
Homebridge4simulator screenshot

bridge4simulator

by AppGram·81·Score 45

MCP server controlling iOS Simulator with extensive automation tools for testing and development.

developer-toolsai-llmproductivity
5
Forks
1
Open issues
4 mo ago
Last commit
2d ago
Indexed

Overview

bridge4simulator is an MCP server that enables AI assistants to control iOS Simulator through 21 different tools. It provides device management, input simulation, screen capture, app control, navigation, UI analysis with OCR capabilities, and macro automation features. The server integrates seamlessly with popular AI clients like Claude Desktop, Cursor, and Claude Code, making it a powerful tool for automated iOS testing and app development workflows.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

you:Automated UI testing of iOS applications using AI to navigate and interact with the simulator
you:Building automated workflows for iOS app development and testing pipelines
you:Creating demo videos and tutorials showing how apps work by controlling the simulator

When to choose this

Choose this server when you need AI-powered iOS app testing, automation, or UI interaction capabilities and are already working within the Apple ecosystem.

When NOT to choose this

Not ideal for non-Apple environments or if you need device testing on physical iOS devices rather than simulators.

Tools this server exposes

12 tools extracted from the README
  • 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

Comparable tools

ios-mcpmacos-mcpdevice-farm

Installation

Installation

Using Homebrew

brew tap AppGram/tap
brew install bridge4simulator

Using Installer

curl -fsSL https://github.com/AppGram/bridge4simulator/releases/latest/download/install.sh | bash

Configuration

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

Compare bridge4simulator with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.