Skip to content
Gemini CLI

adb-mcp: Android emulator and device control over adb for Gemini CLI

io.github.iksnerd/adb-mcp

Drive an Android emulator or device over adb: screenshot, inspect UI, tap, type, build and test.

client:Gemini CLI transport:stdio runtime:oci

Install adb-mcp: Android emulator and device control over adb in Gemini CLI

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

{
  "mcpServers": {
    "adb-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/iksnerd/adb-mcp:0.23.0"
      ]
    }
  }
}

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

adb-mcp: Android emulator and device control over adb in other clients