SimMirror for Grok
io.github.andrewkochulab/sim-mirror
Mirror and drive the iOS Simulator: token-efficient UI snapshots, gestures and a live viewer.
client:Grok
transport:stdio
runtime:pypi
Install SimMirror in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sim-mirror": {
"type": "stdio",
"command": "uvx",
"args": [
"sim-mirror"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs