MCP.so
Sign In
A

Android Mobile Mcp

@erichung9060

About Android Mobile Mcp

Android Mobile MCP is a server implementation that bridges the Model Context Protocol with Android device automation capabilities. It provides a comprehensive set of tools for interacting with Android devices, including UI element detection, touch interactions, text input, app ma

Basic information

Category

Other

Transports

stdio

Publisher

erichung9060

Submitted by

RUEI TING HUNG

Config

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

{
  "mcpServers": {
    "android-mobile-mcp": {
      "command": "uvx",
      "args": [
        "android-mobile-mcp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Android Mobile Mcp?

Android Mobile Mcp is a server implementation that bridges the Model Context Protocol with Android device automation capabilities. It provides a comprehensive set of tools for interacting with Android devices, including UI element detection, touch interactions, text input, app management, and screenshot capture.

How to use Android Mobile Mcp?

Install the server using uvx android-mobile-mcp. Ensure your Android device has USB debugging enabled, ADB is installed on your system, and the device is connected via USB or accessible over the network.

Key features of Android Mobile Mcp

  • UI element detection with text and coordinates
  • Touch interactions: click, swipe, key press
  • Text input with optional submit
  • Screenshot capture of current screen state
  • App management: list and launch applications
  • Physical/virtual button pressing (BACK, HOME, ENTER, etc.)

Use cases of Android Mobile Mcp

  • Automating UI testing on Android devices
  • Performing remote touch interactions via AI assistants
  • Managing installed apps programmatically
  • Capturing screenshots for debugging or analysis

FAQ from Android Mobile Mcp

How do I install Android Mobile Mcp?

Run uvx android-mobile-mcp in your terminal.

What are the prerequisites for using Android Mobile Mcp?

You need an Android device with USB debugging enabled, ADB (Android Debug Bridge) installed on your system, and the device connected via USB or accessible over the network.

What tools does Android Mobile Mcp provide?

It offers tools for UI dump, click, type, key press, swipe, screenshot capture, app list, and app launch.

Can I control multiple Android devices?

The README does not mention multi-device support; it focuses on a single connected device.

Does Android Mobile Mcp require root access?

The README does not specify root requirements; only USB debugging and ADB are listed as prerequisites.

Comments

More Other MCP servers