← Index

io.github.us-all/android

io.github.us-all/android·v1.13.1·Monitoring & Logs
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "android": {
      "command": "npx",
      "args": [
        "-y",
        "@us-all/android-mcp"
      ],
      "env": {
        "ADB_PATH": "<adb_path>",
        "ANDROID_HOME": "<android_home>",
        "ANDROID_SERIAL": "<android_serial>",
        "ANDROID_TOOLS": "<android_tools>",
        "ANDROID_DISABLE": "<android_disable>",
        "ANDROID_MCP_ALLOW_SHELL": "false",
        "ANDROID_MCP_ALLOW_WRITE": "false"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "android": {
      "command": "npx",
      "args": [
        "-y",
        "@us-all/android-mcp"
      ],
      "env": {
        "ADB_PATH": "<adb_path>",
        "ANDROID_HOME": "<android_home>",
        "ANDROID_SERIAL": "<android_serial>",
        "ANDROID_TOOLS": "<android_tools>",
        "ANDROID_DISABLE": "<android_disable>",
        "ANDROID_MCP_ALLOW_SHELL": "false",
        "ANDROID_MCP_ALLOW_WRITE": "false"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @us-all/android-mcp
§02  Environment variables
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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Monitoring & Logs