Android MCP
JSON →An MCP server that provides control over Android devices through ADB. Offers device screenshot capture, UI layout analysis, package management, and ADB command execution capabilities.
Tools · 5
- get_packages Get all installed packages on the device.
- execute_adb_command Executes an ADB command and returns the output.
- get_uilayout Retrieves information about clickable elements in the current UI.
- get_screenshot Takes a screenshot of the device and returns it.
- get_package_action_intents Get all non-data actions from Activity Resolver Table for a package.
Links
★ 754 GitHub stars