MCP.so
登录
A

Android Mobile Mcp

@erichung9060

关于 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

基本信息

分类

其他

传输方式

stdio

发布者

erichung9060

提交者

RUEI TING HUNG

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器