minhalvp_android-mcp-server
If you are the rightful owner of minhalvp_android-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server providing programmatic control over Android devices via ADB.
The Android MCP Server is a Model Context Protocol server that allows for programmatic control over Android devices using the Android Debug Bridge (ADB). It provides a range of device management capabilities that can be accessed by MCP clients such as Claude Desktop and various code editors. The server is designed to facilitate tasks such as executing ADB commands, capturing device screenshots, analyzing UI layouts, and managing device packages. It requires Python 3.x and ADB to be installed and configured, and can be used with either physical Android devices or emulators. The server is configured using a simple YAML file, and can be integrated with MCP clients by adding the server configuration to the client's configuration file.
Features
- 🔧 ADB Command Execution
- 📸 Device Screenshot Capture
- 🎯 UI Layout Analysis
- 📱 Device Package Management