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.

コメント

「その他」の他のコンテンツ