adbfriend
Active·★ 73·Apache-2.0·Updated 2026-05-25
★ Trending★ Observability★ Dev Tooling
Android ADB CLI tool including integrated MCP Server with common adb actions used during development
ADB Friend is a CLI tool for managing Android devices via ADB. It offers features like syncing files, configuring devices for testing, uninstalling apps by pattern, and more. It also includes an MCP server for integration with AI tools.
#adb#ai#android#androiddebugbridge#cli#gradle#kmp#kotlin
01
Features
01Sync files from computer to phone, skipping existing files
02Configure device for tests (disable animations, enable touches)
03Uninstall apps by pattern
04Packages command (immersive flag, force-stop, clear data)
05Extra tools including adb-speed and MCP server
02
Compatibility
Android
Android (ADB)
Verified via docs
03
Quick start
1
$ brew tap mikepenz/tap
2
$ brew install mikepenz/tap/adbfriend
04
Use cases
↳Managing Android devices for development and testing
↳Automating ADB tasks via AI assistants (MCP)
↳Uninstalling and managing apps efficiently
05
Alternatives
initrunner★ 38
Define AI agent roles in YAML and run them anywhere: CLI, API server, or autonomous daemon
codeindex★ 249
Repo dependency analyzer with **blast-radius impact scoring** for AI-assisted development.
design-extract★ 3.0k
Extract any website's complete design system with one command. DTCG tokens, semantic+primitive+composite, MCP server for Claude Code/Cursor/Windsurf, multi-platform emitters (iOS SwiftUI, Android Compose, Flutter, WordPress), Tailwind v4, Figma variables, shadcn/ui, CSS health audit, WCAG remediation, Chrome extension. MIT, Playwright, Node 20+.
Related searches
Comments
Log in to leave a comment
- Reese ChenMay 19, 2026
Used for Android app testing automation, the MCP integration works well with Claude
- HHarper LewisMay 14, 2026
ADB management with integrated MCP makes Android automation much more accessible
- AAvery LewisApr 5, 2026
Common ADB actions available as tools saves remembering obscure command flags
- SScout ThompsonFeb 26, 2026
Good for CI pipelines that need device interaction without custom scripting