mcpbeat Sign in

Android MCP Server

local only

Android runs on your own machine — the client starts it, so there is no endpoint to ping. 135 installs a week from npm. Last commit 10 Jul 2026.

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

Installs per day peak 89 · avg 24 · -30% w/w
a month agotoday
135
Installs / week
npm · @us-all/android-mcp
13
Stars
0 open issues
10 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/tools/emulator.ts:110
  const child = spawn(emulatorPath, args, {
Page executes code built at runtime src/ui/device-health.html:110
  function update(){ document.getElementById('app').innerHTML = render(window.openai && window.openai.toolOutput); }

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add android -- npx -y @us-all/android-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "android": {
      "args": [
        "-y",
        "@us-all/android-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.android]
command = "npx"
args = ["-y", "@us-all/android-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "android": {
      "args": [
        "-y",
        "@us-all/android-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "android": {
      "args": [
        "-y",
        "@us-all/android-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Android

same job, measured the same way
Androidbuild MCP
by dev-jackson

Build, deploy, drive and debug Android apps: Gradle, emulators, adb, logcat, UI automation

48 installs/wk local only
Android
by martingeidobler

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

156 installs/wk local only
adb-mcp: Android emulator and device control over adb
by iksnerd

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

local only
Mobai MCP
by mobai-app

AI-powered mobile device automation for Android and iOS devices, emulators, and simulators

328 installs/wk local only
Expo Android MCP
by frndchagas

MCP server for Android emulator automation via ADB.

61 installs/wk local only
Scrcpy MCP
by juancf

MCP server for Android device control via ADB and scrcpy

302 installs/wk local only
Devilge
by yercko

Android/KMM MCP server: logcat, ADB device control, Compose previews, network, Maestro flows.

26 installs/wk local only
agent-device
by callstack

MCP server for mobile app automation: verify, control, and debug iOS, Android, TV, and desktop apps

local only

Android — questions

Answers built from our own checks of this server.

Why is there no uptime for Android?
Android runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @us-all/android-mcp was installed 135 times last week.
How do I connect Android?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @us-all/android-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Android?
The npm package @us-all/android-mcp was installed 135 times in the last week. Week over week that is -30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Android open source?
Yes — it is published under the MIT licence, written in TypeScript and 13 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.