Auto Mobile MCP Server

AutoMobile lets AI agents control your mobile devices using natural language. Tell an AI what you want to do, and it interacts with your Android or iOS app. 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-09-17 · ★ 48 · #11 OF 255 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-09-18

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Auto Mobile

Claude Code

claude mcp add kaeawc-auto-mobile -- npx -y @kaeawc/auto-mobile

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "kaeawc-auto-mobile": {
      "command": "npx",
      "args": [
        "-y",
        "@kaeawc/auto-mobile"
      ]
    }
  }
}

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 Apache-2.0 - declared in the repository

npm package @kaeawc/auto-mobile - published under the repo owner's npm scope (@kaeawc)

registry vendor namespace dev.jasonpearson - domain-verified with the official MCP registry

03 · What Auto Mobile can do

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

Latest releases

0.0.75 · 2026-09-17

Fixed · observedEmulatorPorts assumes adbPort = consolePort + 1, missing the real adb port for -ports console,adb launches (#6565) (android) · Other · Linux zombie PIDs block CtrlProxy forward-lease recovery (#7190)…

0.0.74 · 2026-09-17

Fixed · reconnect worker reboots simulator after successful shutdown (#7163) (ios, bot-filed, routine:manual-test) · launchApp fails when Android transport briefly reports device offline (#7151) (android) · skeleton…

0.0.73 · 2026-09-14

Added · deleteDevice force: carry serial-only mode on the teardown context so restart checks and verification never probe consoles (#6946) · Observation-id-scoped screenshot resource so a hierarchy read can be paired…

04 · Who maintains Auto Mobile

AutoMobile is maintained by kaeawc. It's the only MCP server we track from this author; the repo dates to Oct 2025.

05 · Facts

category
browser automation - ranked #11 of 255 actively-maintained browser automation servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-17)
registry
dev.jasonpearson/auto-mobile (active, first published 2026-02-13 · 21 versions)
packages
npm:@kaeawc/auto-mobile

06 · Auto Mobile FAQ

What is Auto Mobile?

AutoMobile lets AI agents control your mobile devices using natural language. Tell an AI what you want to do, and it interacts with your Android or iOS app. It runs locally over stdio via the published package.

Is Auto Mobile still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Auto Mobile?

Run `npx -y @kaeawc/auto-mobile`. You can also paste the ready-made client config above.

Does Auto Mobile 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 Auto Mobile

More browser automation MCP servers · Dash MCP Server · Katalon True Platform MCP · Weboperator · Anybrowse · Open Takeoff

More TypeScript MCP servers · Kagan · Kage · Luogu MCP Server · Xupersplit · Reddit MCP Buddy · see all