MCP.so
Sign In
M

Mobile Device Mcp

@srmorete

About Mobile Device Mcp

An MCP server to use with iOS and Android. Seamlessly maps Native screens and WebViews. Multiple parallel devices supported.

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

14

Lists available mobile devices

Taps at coordinates on the device screen

Double-taps at coordinates on the device screen

Long-presses at coordinates on the device screen

Scrolls on the device screen from start to end coordinates

Types text on the device

Presses a hardware/navigation button on the device

Takes a screenshot of the device screen

Returns the UI element tree of the device screen. Off-screen elements are excluded by default; pass include_invisible: true to keep them. With search, results are ranked leaf-first (visible, non-container, smaller area).

Launches an app on the device

Terminates an app on the device

Lists installed apps on the device

Installs an app on the device from a file on the host: .apk for Android, .app bundle for iOS simulator, .app or .ipa for iOS real device. Replaces existing installs.

Execute test automation code on the device

Overview

What is Mobile Device Mcp?

An MCP server that enables AI agents to control multiple iOS and Android devices simultaneously. It provides tools for tapping, scrolling, typing, taking screenshots, reading UI trees, and executing on-device code through a three-layer architecture of on-device servers, a UI tree filter, and the MCP server interface.

How to use Mobile Device Mcp?

Install via npx and add to your MCP client (e.g., Claude Code, Cursor, Claude Desktop). Use claude mcp add mobile-device-mcp -- npx -y @srmorete/mobile-device-mcp@latest or configure .mcp.json with the command and optional environment variables MDMS_PORT_ANDROID and MDMS_PORT_IOS to customize base ports. Ensure Node

Comments

More Other MCP servers