Odel
ios sim mcp

ios sim mcp

Local
@rmathew1973TypeScriptMITUpdated 1mo ago

Drive the iOS Simulator via semantic accessibility-tree snapshots. Sub-200ms, no WebDriverAgent.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmios-sim-mcpv0.4.2

Run

npx -y ios-sim-mcp

MCP client config

{
  "mcpServers": {
    "ios-sim-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ios-sim-mcp"
      ]
    }
  }
}