SimMirror for Cursor
io.github.andrewkochulab/sim-mirror
Mirror and drive the iOS Simulator: token-efficient UI snapshots, gestures and a live viewer.
client:Cursor
transport:stdio
runtime:pypi
Install SimMirror in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sim-mirror": {
"type": "stdio",
"command": "uvx",
"args": [
"sim-mirror"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs