Skip to content
VS Code

agent-device for VS Code

io.github.callstackincubator/agent-device

Let AI agents inspect, control, and debug real iOS, Android, desktop, and TV apps

client:VS Code transport:stdio runtime:npm

Install agent-device in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-device": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-device"
      ]
    }
  }
}

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

agent-device in other clients