Skip to content
Agent Search Engine.

Record · ios-simulatoMCP serverOpen sourceVerified Sep 23, 2026

iOS Simulator MCP Server

Let AI assistants inspect and drive the iOS Simulator: tap, type, swipe and read the UI.

Sources and review

Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.

Best for

iOS developers who want a coding agent to verify UI changes in the simulator.

Avoid if

You would run a version older than 1.3.3; earlier releases had command-injection vulnerabilities.

About iOS Simulator MCP Server

This MCP server controls iOS simulators: it finds the booted simulator, opens it, describes all UI elements or the element at a point, taps, types, swipes and captures the screen, so an assistant can check an app's behaviour after changing code.

iOS Simulator MCP Server is an open-source project written primarily in JavaScript, with 2.2k stars on GitHub. It was last updated in August 2026.

Add iOS Simulator MCP Server to your MCP client

Generated from the launch command in the project's README. Your client starts the server on demand.

Claude CodeRun in your terminal
claude mcp add ios-simulator-mcp -- npx -y ios-simulator-mcp
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "ios-simulator-mcp": {
      "command": "npx",
      "args": ["-y", "ios-simulator-mcp"]
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "ios-simulator-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "ios-simulator-mcp"]
    }
  }
}
Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "ios-simulator-mcp": {
      "command": "npx",
      "args": ["-y", "ios-simulator-mcp"]
    }
  }
}
Codex~/.codex/config.toml
[mcp_servers.ios-simulator-mcp]
command = "npx"
args = ["-y", "ios-simulator-mcp"]

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

iOS Simulator MCP Server vs. the alternatives

All 163 alternatives →
RecordStarsPricing
iOS Simulator MCP ServerMCP serverthis listing2.2kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 iOS Simulator MCP Server alternatives, compared →