Skip to content
Gemini CLI

android for Gemini CLI

io.github.martingeidobler/android

Control Android devices and emulators via ADB — screenshots, UI automation, and logcat.

client:Gemini CLI transport:stdio runtime:npm

Install android in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "android": {
      "command": "npx",
      "args": [
        "-y",
        "android-mcp-server"
      ],
      "env": {
        "ANDROID_HOME": "<ANDROID_HOME>"
      }
    }
  }
}

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

android in other clients