Mobile MCP
This is an MCP Server that enables scalable mobile automation, development through a platform-agnostic interface, eliminating the need for distinct iOS or Android knowledge. You can run it on emulators, simulators, and real devices (iOS and Android). It runs locally over stdio via the published package.
People who work with android, ios and mobile and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-16 · ★ 6,744 · #6 OF 255 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-09-18
Apache-2.0 · TypeScript servers · how we verify → /methodology
01 · Install Mobile MCP
before you install - you'll need
Set MOBILEMCP_DISABLE_TELEMETRY, MOBILEMCP_AUTH before connecting.
Claude Code
claude mcp add mobile-next-mobile-mcp -- npx -y @mobilenext/mobile-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"mobile-next-mobile-mcp": {
"command": "npx",
"args": [
"-y",
"@mobilenext/mobile-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 Apache-2.0 - declared in the repository
npm package @mobilenext/mobile-mcp - the @mobilenext scope differs from the repo owner (mobile-next); confirm it's the project's official package
registry namespace io.github.mobile-next is GitHub-verified and matches the repo owner
03 · What Mobile MCP can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Latest releases
1.0.4 · 2026-09-13
Serve Streamable HTTP on --listen at /mcp; the removed /sse endpoint now returns 410 with a migration note (#441) · Every mobile_take_screenshot result now states how to convert positions in the screenshot into screen…
1.0.3 · 2026-09-08
Add mobile_batch_commands tool to run several tools in one call for major performance boost (#427) · Request to list elements (refresh) after commands end, to sync state (#427) · Click on element by @ref from…
1.0.2 · 2026-08-09
Round coordinates before passing them to mobilecli (#403), thanks to @a1573595 · Recurse into mobilecli children when listing UI elements (#406)
04 · Who maintains Mobile MCP
mobile-mcp is maintained by mobile-next. It's the only MCP server we track from this author; the repo dates to Mar 2025.
05 · Facts
- repository
- github.com/mobile-next/mobile-mcp
- category
- browser automation - ranked #6 of 255 actively-maintained browser automation servers as of 2026-09-18.
- release cadence
- 5 releases in the last 90 days (latest 2026-09-13)
- registry
- io.github.mobile-next/mobile-mcp (active, first published 2025-09-09 · 30 versions)
- packages
- npm:@mobilenext/mobile-mcp
06 · Mobile MCP FAQ
What is Mobile MCP?
This is an MCP Server that enables scalable mobile automation, development through a platform-agnostic interface, eliminating the need for distinct iOS or Android knowledge. You can run it on emulators, simulators, and real devices (iOS and Android). It runs locally over stdio via the published package.
Is Mobile MCP still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 5 releases in the last 90 days. We re-verify nightly.
How do I install Mobile MCP?
Run `npx -y @mobilenext/mobile-mcp`. The README documents 2 environment variables (MOBILEMCP_DISABLE_TELEMETRY, MOBILEMCP_AUTH) to set first. Set MOBILEMCP_DISABLE_TELEMETRY, MOBILEMCP_AUTH before connecting. You can also paste the ready-made client config above.
Does Mobile MCP 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 Mobile MCP
Alternatives to Mobile MCP
Maintained browser automation servers if Mobile MCP isn't the fit.
- Chrome DevTools MCP MCP server for Chrome DevTools ★ 52,170 · 2026-09-17
- Server Browser MCP server for browser use access ★ 39,038 · 2026-09-11
- Playwright MCP Playwright Tools for MCP ★ 37,231 · 2026-09-17
- Aihawk AI browser agent: browses, clicks, types, and reads real web pages from plain-English instructions. ★ 31,628 · 2026-09-18
- SeleniumBase MCP Stealthy browser automation, testing, and web-scraping via CDP Mode. ★ 13,024 · 2026-09-18
- Agent Device (callstackincubator) Let AI agents inspect, control, and debug real iOS, Android, desktop, and TV apps ★ 4,641 · 2026-09-18
Pairs well with
Servers that cover what Mobile MCP doesn't - only shown when the pairing reason fits the companion.
- Firecrawl MCP Server → web scraping companion web scraping · ★ 7,478
- Tavily MCP → web scraping companion web scraping · ★ 2,390
- Codebase Memory → memory companion memory · ★ 43,715
- Memorix → memory companion memory · ★ 785
- Server Filesystem → filesystem companion filesystem · ★ 39,038
- Pdf MCP → filesystem companion filesystem · ★ 135
More browser automation MCP servers · Toolpiper · Microcap MCP · Rippr MCP · Glyphic · Munim Computer Use
More TypeScript MCP servers · Mdma · Elementor MCP Agent · Infomaniak MCP Agent · Prompt To Asset · Madar · see all