Home › Other › android-mcp-server

android-mcp-server

Android MCP — ADB-based device, apps, UI, logcat, emulator, files, system, debug

TypeScript
★ 13 stars Last pushed 2026-07-10 License: MIT

Connect

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

Package (npm 1.14.4)

npx -y @us-all/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "android-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@us-all/[email protected]"
      ],
      "env": {
        "ADB_PATH": "<YOUR_VALUE>",
        "ANDROID_HOME": "<YOUR_VALUE>",
        "ANDROID_SERIAL": "<YOUR_VALUE>",
        "ANDROID_TOOLS": "<YOUR_VALUE>",
        "ANDROID_DISABLE": "<YOUR_VALUE>",
        "ANDROID_MCP_ALLOW_SHELL": "<YOUR_VALUE>",
        "ANDROID_MCP_ALLOW_WRITE": "<YOUR_VALUE>"
      }
    }
  }
}
  • ADB_PATH — Path to adb binary. Default: 'adb' on PATH.
  • ANDROID_HOME — Android SDK root. Used to resolve adb if ADB_PATH not set.
  • ANDROID_SERIAL — Default device serial when multiple devices are connected.
  • ANDROID_TOOLS — Comma-separated category allowlist. Default: all categories enabled.
  • ANDROID_DISABLE — Comma-separated category disablelist.
  • ANDROID_MCP_ALLOW_SHELL — Set to 'true' to enable arbitrary shell command execution. Default disabled.
  • ANDROID_MCP_ALLOW_WRITE — Set to 'true' to enable write/destructive tools. Default read-only.

Related servers

Data from the Official MCP Registry