Skip to content
Gemini CLI

agent-device for Gemini CLI

io.github.callstackincubator/agent-device

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

client:Gemini CLI transport:stdio runtime:npm

Install agent-device in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "agent-device": {
      "command": "npx",
      "args": [
        "-y",
        "agent-device"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

agent-device in other clients