MCP

Mobile MCP

A cross-platform MCP server for mobile automation across iOS simulators, Android emulators, and real devices.

iOS/Android 3.7k stars Updated today
View on GitHub

When to Use

One tool that works across both iOS simulators and Android emulators. Good for cross-platform teams.

Use Cases

  1. Using Mobile MCP, run this login flow on both an iPhone 16 simulator and a Pixel 9 emulator
  2. Take screenshots on both platforms and compare the layouts side by side
  3. Tap through the settings screen on Android and verify the same flow works on iOS

Installation

Claude Code
claude mcp add mobile-mcp -- npx -y @mobilenext/mobile-mcp@latest
Cursor / Claude Desktop
{"mcpServers": {"mobile-mcp": {"command": "npx", "args": ["-y", "@mobilenext/mobile-mcp@latest"]}}}

Prerequisites

  • Node.js v22+
  • Xcode CLI tools (for iOS)
  • Android Platform Tools (for Android)

Related Tools

Explore More