mo

mobile-next/mobile-mcp

๐Ÿ“‡ ๐Ÿ  ๐Ÿง ๐ŸŽ MCP Server for Android/iOS application and device automation, development and app scraping. Simulator/Emulator/Physical devices like iPhone, Google Pixel, Samsung supported.

#MCP Server#mobile automation#app scraping
Publishermobile-next/mobile-mcp
Submitted date4/19/2025

Overview: Mobile Next - MCP Server for Mobile Development and Automation

Title

Mobile Next - MCP Server for Mobile Development and Automation
A scalable, platform-agnostic solution for automating and interacting with iOS, Android, simulators, emulators, and physical devices.

How to Use

  1. Installation:
    • Use npm: npx -y @mobilenext/mobile-mcp@latest
    • Configure via JSON for Claude Desktop or CLI for Claude Code.
  2. Prerequisites:
    • Xcode CLI tools (macOS/Linux)
    • Android Platform Tools
    • Node.js
    • MCP-supported agents (e.g., Claude MCP, OpenAI Agent SDK).
  3. Run:
    • Connect to simulators/emulators or physical devices.
    • Use commands like mobile_launch_app or mobile_tap for automation.

Key Features

  • ๐Ÿš€ Fast & Lightweight: Uses native accessibility trees or screenshot-based coordinates.
  • ๐Ÿค– LLM-Friendly: No computer vision needed for accessibility snapshots.
  • ๐Ÿงฟ Visual Sense: Analyzes rendered screens for fallback actions.
  • ๐Ÿ“Š Structured Data Extraction: Pulls data from visible UI elements.
  • ๐Ÿ“ฑ Multi-Platform: Supports iOS, Android, simulators, and physical devices.

Use Cases

  • ๐Ÿ“ฒ Native App Automation: Testing and data entry for iOS/Android apps.
  • ๐Ÿ“ Scripted Flows: Automate multi-step user journeys without manual input.
  • ๐Ÿค– Agent-Driven Automation: Enable LLM or agent-to-agent mobile interactions.
  • ๐Ÿงญ Data Extraction: Retrieve structured data from app screens.

๐Ÿ—๏ธ Architecture

Centralized MCP server bridges agents/devices via accessibility snapshots or coordinate taps.

๐Ÿ“š Learn More


Quick Start:

{ "mcpServers": { "mobile-mcp": { "command": "npx", "args": ["-y", "@mobilenext/mobile-mcp@latest"] } } }

Visit More

View All