androidtvmcp and adb-mcp
These tools are ecosystem siblings: `srmorete/adb-mcp` is a general ADB-based MCP server for Android devices, while `pigeek/androidtvmcp` is a specialized MCP server built for Android TV, likely leveraging or extending similar underlying ADB interaction for its remote control functionality.
About androidtvmcp
pigeek/androidtvmcp
A Model Context Protocol (MCP) server that provides Android TV remote control functionality to AI assistants and other MCP clients.
Provides automatic device discovery, app management, and state monitoring through a modular architecture with separate device manager, command processor, and network layer components. Implements stdio-based MCP transport with configurable retry logic and includes developer tools for testing command processing and MCP integration independently.
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.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work