MCP
Mobile MCP
A cross-platform MCP server for mobile automation across iOS simulators, Android emulators, and real devices.
When to Use
One tool that works across both iOS simulators and Android emulators. Good for cross-platform teams.
Use Cases
- Using Mobile MCP, run this login flow on both an iPhone 16 simulator and a Pixel 9 emulator
- Take screenshots on both platforms and compare the layouts side by side
- 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)