adbfriend

Android ADB CLI tool including integrated MCP Server with common adb actions used during development

GitHub Stars

52

User Rating

Not Rated

Favorites

0

Views

40

Forks

2

Issues

1

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Homebrew: Must be installed on macOS

Installation Steps

1. Add Custom Tap

bash
brew tap mikepenz/tap

2. Install ADB Friend CLI

bash
brew install mikepenz/tap/adbfriend

3. Alternative

You can also download prebuilt binaries from the release page.

Troubleshooting

Issue: Command not found after installation Solution: Check if the Homebrew path is correctly set.

Additional Resources