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-08-24 · ★ 45 · #10 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

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.63 · 2026-08-24

Added · add session-bound shared-storage fixture transfer and media indexing (#5587) (android) · Bound getDaemonStatus on HTTP/STDIO transports + before the McpDaemonClient lifecycle preflight (follow-up to #4858)…

0.0.62 · 2026-08-23

Added · support precise taps within text elements containing ClickableSpans (#5500) (android, a11y) · pause always-on CtrlProxy device samplers when no client is subscribed (#5477) (ios, performance) · stop…

0.0.61 · 2026-08-22

Added · capture a fresh raw device screenshot with cached-resource fallback (#5437) (android, ios, research) · add completeness and provisioning-catalog data to device resources (#5436) (android, ios, research)…

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 #10 of 196 actively-maintained browser automation servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-24)
registry
dev.jasonpearson/auto-mobile (active, first published 2026-02-13 · 17 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-08-25, its last commit was 2026-08-24 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 · Anybrowse · Open Takeoff · Viznoir

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