Android (us-all) MCP Server

Diagnostic depth - logcat search/crash extraction, dumpsys (mem/gfx/cpu), getprop, processes, package internals, app intents, port forwards. Cross-platform competitors hide this surface. It runs locally over stdio via the published package.

People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-10 · ★ 9 · #102 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Android (us-all)

before you install - you'll need

Set ANDROID_MCP_ALLOW_WRITE, ANDROID_MCP_ALLOW_SHELL before connecting.

Claude Code

claude mcp add us-all-android-mcp-server -- npx -y @us-all/android-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "us-all-android-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@us-all/android-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @us-all/android-mcp - published under the repo owner's npm scope (@us-all)

registry namespace io.github.us-all is GitHub-verified and matches the repo owner

03 · What Android (us-all) can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.14.4 · 2026-06-19

v1.14.4 - apply MCP tool annotations via inferToolAnnotations

v1.14.3 · 2026-06-19

swap take-screenshot image backend jimp → sharp

v1.14.2 · 2026-06-16

04 · Who maintains Android (us-all)

android is maintained by us-all. We track 8 MCP servers from us-all - 8 actively maintained, 17 combined GitHub stars, oldest repo from Feb 2026.

05 · Facts

category
browser automation - ranked #102 of 196 actively-maintained browser automation servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-06-19)
registry
io.github.us-all/android (active, first published 2026-05-06 · 7 versions)
packages
npm:@us-all/android-mcp

06 · Android (us-all) FAQ

What is Android (us-all)?

Diagnostic depth - logcat search/crash extraction, dumpsys (mem/gfx/cpu), getprop, processes, package internals, app intents, port forwards. Cross-platform competitors hide this surface. It runs locally over stdio via the published package.

Is Android (us-all) still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-10 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Android (us-all)?

Run `npx -y @us-all/android-mcp`. The README documents 2 environment variables (ANDROID_MCP_ALLOW_WRITE, ANDROID_MCP_ALLOW_SHELL) to set first. Set ANDROID_MCP_ALLOW_WRITE, ANDROID_MCP_ALLOW_SHELL before connecting. You can also paste the ready-made client config above.

Does Android (us-all) run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Android (us-all)

More browser automation MCP servers · Vaaya · Testa · Vibe MCP - Real Chrome, Remotely · AndroJack MCP · Devloop

More TypeScript MCP servers · Agent Email · Safe Docx · Kaneo · Notra · OrgX MCP - Organizational Continuity for AI Agents · see all