Provides a bridge to Android devices through the Android Debug Bridge (ADB), enabling AI assistants to perform common Android development and testing operations. Built by Landice Fu, this TypeScript-based MCP server supports tools for device management, shell command execution, app installation/uninstallation, screenshot capture, and file transfer across connected Android devices.
List connected devices. Parameters: None
Execute shell commands on an Android device. Required Parameters: command (string). Optional Parameters: device_id (string)
Install APK files on an Android device. Required Parameters: path (string). Optional Parameters: device_id (string)
Uninstall applications from an Android device. Required Parameters: package_name (string). Optional Parameters: device_id (string)
List installed packages on an Android device. Parameters: None. Optional Parameters: device_id (string), filter (string)
Pull files from an Android device to the local system. Required Parameters: remote_path (string), local_path (string). Optional Parameters: device_id (string)
Push files from the local system to an Android device. Required Parameters: local_path (string), remote_path (string). Optional Parameters: device_id (string)
Launch an application on an Android device. Required Parameters: package_name (string). Optional Parameters: device_id (string)
Take a screenshot on an Android device and save it locally. Required Parameters: output_path (string). Optional Parameters: device_id (string), format (string)
Take a screenshot on an Android device and copy it to the clipboard. Parameters: None. Optional Parameters: device_id (string), format (string)
No reviews yet. Be the first to review!
Sign in to join the conversation