Skip to content
Zed

android for Zed

io.github.martingeidobler/android

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

client:Zed transport:stdio runtime:npm

Install android in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

android in other clients