Skip to content
Grok

simframe for Grok

io.github.lvlrsajjad/simframe

Always-warm iOS Simulator and Android emulator frames: agents read the screen in ~20ms

client:Grok transport:stdio runtime:npm

Install simframe in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "simframe": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "simframe"
      ]
    }
  }
}

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

simframe in other clients