simframe for Cursor
io.github.lvlrsajjad/simframe
Always-warm iOS Simulator and Android emulator frames: agents read the screen in ~20ms
client:Cursor
transport:stdio
runtime:npm
Install simframe in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"simframe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"simframe"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs