Skip to content
VS Code

SimMirror for VS Code

io.github.andrewkochulab/sim-mirror

Mirror and drive the iOS Simulator: token-efficient UI snapshots, gestures and a live viewer.

client:VS Code transport:stdio runtime:pypi

Install SimMirror in VS Code

.vscode/mcp.json

{
  "servers": {
    "sim-mirror": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sim-mirror"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

SimMirror in other clients