Submit

Mobile Mcp

@mobile-next

MCP server for iOS and Android Mobile Development, Automation and Testing
Overview

What is Mobile MCP?

Mobile MCP is a Model Context Protocol server designed for mobile automation and scraping across iOS and Android platforms, including emulators, simulators, and physical devices.

How to use Mobile MCP?

To use Mobile MCP, install it via npm and connect it to your mobile devices or emulators. You can then execute commands to automate interactions with mobile applications.

Key features of Mobile MCP?

  • Fast and lightweight operation using native accessibility trees.
  • LLM-friendly, requiring no computer vision models.
  • Visual sense capabilities to analyze rendered screens.
  • Structured data extraction from visible elements.

Use cases of Mobile MCP?

  1. Automating native app testing on iOS and Android.
  2. Executing scripted flows for data entry without manual control.
  3. Facilitating agent-to-agent communication for mobile automation tasks.

FAQ from Mobile MCP?

  • What platforms does Mobile MCP support?

    Mobile MCP supports both iOS and Android platforms, including physical devices and emulators.

  • Is there a detailed setup guide?

    Yes, a comprehensive setup guide is available on the project's wiki page.

  • Can I run Mobile MCP in headless mode?

    Yes, Mobile MCP can be run in headless mode on simulators and emulators.

Server Config

{
  "mcpServers": {
    "mobile-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mobilenext/mobile-mcp@latest"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.