Skip to content
Grok

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

io.github.iksnerd/adb-mcp

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

client:Grok transport:stdio runtime:oci

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

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

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