Skip to content
VS Code

Argent for VS Code

io.github.software-mansion/argent

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

client:VS Code transport:stdio runtime:npm

Install Argent in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Argent in other clients