Mobile MCP (Mobile Next)
One MCP server for automating iOS and Android apps on simulators, emulators and real devices.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Testing and automating mobile apps from Claude Code, Codex, Gemini or Copilot without platform-specific scripts.
About Mobile MCP (Mobile Next)
Mobile MCP from Mobile Next gives agents a platform-agnostic interface to native iOS and Android apps, using structured accessibility snapshots or screenshot-based coordinate taps, on simulators, emulators and physical devices. It covers device and app management, screen interaction, input and navigation, and logs and crash reports; the same tools can run against Mobile Next's cloud devices.
Mobile MCP (Mobile Next) is an open-source project written primarily in TypeScript, with 6.8k stars on GitHub. It was last updated in September 2026.
Add Mobile MCP (Mobile Next) to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add mobile-mcp -- npx -y @mobilenext/mobile-mcp@latestCursor
{
"mcpServers": {
"mobile-mcp": {
"command": "npx",
"args": ["-y", "@mobilenext/mobile-mcp@latest"]
}
}
}VS Code
{
"servers": {
"mobile-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@mobilenext/mobile-mcp@latest"]
}
}
}Claude Desktop
{
"mcpServers": {
"mobile-mcp": {
"command": "npx",
"args": ["-y", "@mobilenext/mobile-mcp@latest"]
}
}
}Codex
[mcp_servers.mobile-mcp]
command = "npx"
args = ["-y", "@mobilenext/mobile-mcp@latest"]Mobile MCP (Mobile Next) vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Mobile MCP (Mobile Next)this listing | 6.8k | TypeScript | Apache-2.0 | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
See all 163 Mobile MCP (Mobile Next) alternatives, compared →
