Skip to content
Grok

Argent for Grok

io.github.software-mansion/argent

Drive iOS Simulators, Android emulators, TVs and Electron/web apps from your coding agent

client:Grok transport:stdio runtime:npm

Install Argent in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "argent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@swmansion/argent"
      ]
    }
  }
}

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

Argent in other clients