Skip to content
Zed

adb-mcp: Android emulator and device control over adb for Zed

io.github.iksnerd/adb-mcp

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

client:Zed transport:stdio runtime:oci

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

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

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

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

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