HomeDevelopment › adb-mcp: Android emulator and device control over adb

adb-mcp: Android emulator and device control over adb

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

Go Local macOSWindowsLinux
★ 3 stars Last pushed 2026-08-25 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/iksnerd/adb-mcp:0.23.0

Or add to your MCP client config:

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

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry