mobile-mcp

mobile-mcp

MCP server for mobile device automation and scraping, supporting iOS, Android emulators, and real devices.

MCPDevOpen source移动自动化iOSAndroidMCP
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 5.3k
Source
mcp-github

Overview

mobile-mcp is a Model Context Protocol (MCP) server that enables automation and data scraping on mobile devices, including iOS and Android. It interacts with native apps through structured accessibility snapshots or screenshot-based coordinate tapping. The tool runs on emulators, simulators, and real devices without requiring specific platform knowledge, making it suitable for testing, data entry, and similar scenarios. Easy to integrate, ideal for developers and AI agents.

Capabilities

  • List available devices
  • Get screen dimensions
  • Change screen orientation
  • Launch/terminate applications
  • Install/uninstall applications
  • Take and save screenshots

Use cases

Mobile app automation testingMulti-step user journey automationData extractionAutomated form filling

Setup

Requires: Node环境API Key
npx -y @mobilenext/mobile-mcp@latest

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

What platforms are supported?

Supports real devices, emulators, and simulators for iOS and Android.

How do I install it?

Install using the npx command: npx -y @mobilenext/mobile-mcp@latest.

Related skills