Skip to content
Agent Search Engine.

Record · mobile-mcpMCP serverOpen sourceVerified Sep 23, 2026

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.

Best for

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 CodeRun in your terminal
claude mcp add mobile-mcp -- npx -y @mobilenext/mobile-mcp@latest
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "mobile-mcp": {
      "command": "npx",
      "args": ["-y", "@mobilenext/mobile-mcp@latest"]
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "mobile-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@mobilenext/mobile-mcp@latest"]
    }
  }
}
Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "mobile-mcp": {
      "command": "npx",
      "args": ["-y", "@mobilenext/mobile-mcp@latest"]
    }
  }
}
Codex~/.codex/config.toml
[mcp_servers.mobile-mcp]
command = "npx"
args = ["-y", "@mobilenext/mobile-mcp@latest"]

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

Mobile MCP (Mobile Next) vs. the alternatives

All 163 alternatives →
RecordStarsPricing
Mobile MCP (Mobile Next)MCP serverthis listing6.8kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 Mobile MCP (Mobile Next) alternatives, compared →