Skip to content
Claude Desktop

android for Claude Desktop

io.github.martingeidobler/android

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

client:Claude Desktop transport:stdio runtime:npm

Install android in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

android in other clients