adb-mcp and adbfriend
These two tools are ecosystem siblings: mikepenz/adbfriend is a command-line interface tool that includes an integrated MCP server, while srmorete/adb-mcp is specifically an MCP server written in TypeScript, suggesting adbfriend could potentially leverage a server like adb-mcp or they both provide an MCP server to enable interaction with Android devices.
About adb-mcp
srmorete/adb-mcp
An MCP (Model Context Protocol) server for interacting with Android devices through ADB in TypeScript.
This tool helps AI models interact with Android devices by translating complex device operations into simple instructions. It takes an AI model's requests (like 'install app' or 'take screenshot') and executes them on a connected Android phone or emulator. This is for AI developers building or testing applications that need to automate interactions with Android devices, such as for testing, data collection, or research.
About adbfriend
mikepenz/adbfriend
Android ADB CLI tool including integrated MCP Server with common adb actions used during development
This tool helps Android developers efficiently manage their test devices directly from the command line. It takes commands like 'sync files' or 'uninstall apps by pattern' and performs these actions on a connected Android device. This is ideal for developers who frequently set up, clean, and test applications on physical or emulated Android devices.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work