Android ADB MCP ServerServer

landicefu
GitHub
AndroidAutomationADB

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that allows AI assistants to interact with Android devices via the Android Debug Bridge (ADB), enabling automation of device management, app installations, file transfers, and screenshot functionality.

📝 JSON Entries

{
  "mcpServers": [
    {
      "android-adb": {
        "env": {},
        "args": [
          "-y",
          "@landicefu/android-adb-mcp-server"
        ],
        "command": "npx",
        "disabled": false,
        "alwaysAllow": []
      }
    }
  ]
}

🛠️ Tools

adb_devicesadb_shelladb_installadb_uninstalladb_list_packagesadb_pulladb_pushlaunch_apptake_screenshot_and_savetake_screenshot_and_copy_to_clipboard

Features

  • Connect and manage multiple Android devices
  • Execute shell commands on Android devices
  • Install and uninstall applications
  • Push and pull files between local system and Android devices
  • Launch applications on Android devices
  • Take screenshots and save or copy to clipboard

💬 Example Queries

  • List connected Android devices
  • Install an APK file on a device
  • Take a screenshot and save it