android-adb-mcp-server
The Android ADB MCP Server is a tool that connects AI assistants to Android devices via ADB, offering seamless Android device automation for development and testing. Key features include executing shell commands, managing apps, and handling files.
What should I do if I get an 'ADB is not available' error?
Ensure ADB is installed and in your system PATH. Verify by running adb version
in your terminal.
How do I resolve 'No Android devices connected' error?
Check if your device is properly connected with adb devices
. Ensure USB debugging is enabled on your device.
What if I encounter a 'Multiple devices connected' error?
Specify the device_id
parameter in your tool call. Use the adb_devices
tool to list available devices.
Why is the screenshot to clipboard not working?
Ensure the required platform-specific tools are installed, such as osascript
for macOS or PowerShell for Windows.
How can I contribute to the Android ADB MCP Server project?
Contributions are welcome! Fork the repository, create a feature branch, commit your changes, push to the branch, and open a Pull Request.