adbfriend

mikepenz/adbfriend
★ 73 stars Kotlin Code/Dev Tools Updated today
Android ADB CLI tool including integrated MCP Server with common adb actions used during development
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "adbfriend": {
      "command": "npx",
      "args": [
        "-y",
        "mikepenz/adbfriend"
      ]
    }
  }
}

README Excerpt

ADB Friend is a tiny cli tool, which helps you to manage your Android device via ADB. Its features were mostly designed for developers, but it can be useful for everyone. - Sync files from your computer to your phone - Designed for test data, skipping existing files on device - Configure device for tests

Topics

adbaiandroidandroiddebugbridgecligradlekmpkotlinmcpmcp-servertools