Skip to content
Zed

ios sim mcp for Zed

io.github.rmathew1973/ios-sim-mcp

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

client:Zed transport:stdio runtime:npm

Install ios sim mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

ios sim mcp in other clients