Odel
adb-mcp: Android emulator and device control over adb

adb-mcp: Android emulator and device control over adb

Local
@iksnerd2GoMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/iksnerd/adb-mcp:0.23.0

Run

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

MCP client config

{
  "mcpServers": {
    "adb-mcp-android-emulator-and-device-control-over-adb": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/iksnerd/adb-mcp:0.23.0"
      ]
    }
  }
}