PluginBench
MCP Server

io.github.us-all/android MCP Server

io.github.us-all/android

What is the io.github.us-all/android MCP server?

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

How to install io.github.us-all/android

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "android": {
      "command": "npx",
      "args": [
        "-y",
        "@us-all/android-mcp"
      ],
      "env": {
        "ADB_PATH": "<YOUR_ADB_PATH>",
        "ANDROID_HOME": "<YOUR_ANDROID_HOME>",
        "ANDROID_SERIAL": "<YOUR_ANDROID_SERIAL>",
        "ANDROID_TOOLS": "<YOUR_ANDROID_TOOLS>",
        "ANDROID_DISABLE": "<YOUR_ANDROID_DISABLE>",
        "ANDROID_MCP_ALLOW_SHELL": "<YOUR_ANDROID_MCP_ALLOW_SHELL>",
        "ANDROID_MCP_ALLOW_WRITE": "<YOUR_ANDROID_MCP_ALLOW_WRITE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "android": {
      "command": "npx",
      "args": [
        "-y",
        "@us-all/android-mcp"
      ],
      "env": {
        "ADB_PATH": "<YOUR_ADB_PATH>",
        "ANDROID_HOME": "<YOUR_ANDROID_HOME>",
        "ANDROID_SERIAL": "<YOUR_ANDROID_SERIAL>",
        "ANDROID_TOOLS": "<YOUR_ANDROID_TOOLS>",
        "ANDROID_DISABLE": "<YOUR_ANDROID_DISABLE>",
        "ANDROID_MCP_ALLOW_SHELL": "<YOUR_ANDROID_MCP_ALLOW_SHELL>",
        "ANDROID_MCP_ALLOW_WRITE": "<YOUR_ANDROID_MCP_ALLOW_WRITE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "android": {
      "command": "npx",
      "args": [
        "-y",
        "@us-all/android-mcp"
      ],
      "env": {
        "ADB_PATH": "<YOUR_ADB_PATH>",
        "ANDROID_HOME": "<YOUR_ANDROID_HOME>",
        "ANDROID_SERIAL": "<YOUR_ANDROID_SERIAL>",
        "ANDROID_TOOLS": "<YOUR_ANDROID_TOOLS>",
        "ANDROID_DISABLE": "<YOUR_ANDROID_DISABLE>",
        "ANDROID_MCP_ALLOW_SHELL": "<YOUR_ANDROID_MCP_ALLOW_SHELL>",
        "ANDROID_MCP_ALLOW_WRITE": "<YOUR_ANDROID_MCP_ALLOW_WRITE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "android": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@us-all/android-mcp"
      ],
      "env": {
        "ADB_PATH": "<YOUR_ADB_PATH>",
        "ANDROID_HOME": "<YOUR_ANDROID_HOME>",
        "ANDROID_SERIAL": "<YOUR_ANDROID_SERIAL>",
        "ANDROID_TOOLS": "<YOUR_ANDROID_TOOLS>",
        "ANDROID_DISABLE": "<YOUR_ANDROID_DISABLE>",
        "ANDROID_MCP_ALLOW_SHELL": "<YOUR_ANDROID_MCP_ALLOW_SHELL>",
        "ANDROID_MCP_ALLOW_WRITE": "<YOUR_ANDROID_MCP_ALLOW_WRITE>"
      }
    }
  }
}
Claude Code
claude mcp add android --env ADB_PATH=<YOUR_ADB_PATH> --env ANDROID_HOME=<YOUR_ANDROID_HOME> --env ANDROID_SERIAL=<YOUR_ANDROID_SERIAL> --env ANDROID_TOOLS=<YOUR_ANDROID_TOOLS> --env ANDROID_DISABLE=<YOUR_ANDROID_DISABLE> --env ANDROID_MCP_ALLOW_SHELL=<YOUR_ANDROID_MCP_ALLOW_SHELL> --env ANDROID_MCP_ALLOW_WRITE=<YOUR_ANDROID_MCP_ALLOW_WRITE> -- npx -y @us-all/android-mcp

Related MCP servers

Airflow MCP — list DAGs/runs/task instances, tail logs, trigger and clear (write-gated)

View repository →

Datadog MCP — 165 tools for metrics, monitors, logs, APM, RUM, incidents, CI/CD, fleet

View repository →

dbt MCP — manifest/run_results/sources/catalog parsing + DQ result tables (BigQuery/Postgres)

View repository →

Google Drive + Workspace MCP — Docs, Sheets, Slides, Shared Drives, Labels, Approvals, DWD

View repository →

MLflow MCP — experiments, runs, registered models, versions, traces, assessments (MLflow 3)

View repository →

OpenMetadata MCP — metadata, lineage, search, data quality, OM 1.12+ Data Contracts

View repository →