Control Android devices via ADB for automation, testing, and debugging tasks.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "adb-mcp" yet — see the docs or source repo.
Use adb-mcp to connect to my Android device, open the Settings app, go to the Display page, read the visible option names, and toggle Dark Theme.
Returns the execution steps, detected UI elements, and whether the action succeeded.
Use adb-mcp to run ADB commands on the connected device: list devices, get the current foreground activity, and capture the current screen to a file.
Returns command outputs, foreground activity information, and the screenshot file path or result details.
Use adb-mcp to test an Android app login flow: launch the app, find the username and password fields, fill in test credentials, tap the login button, and confirm whether the home screen appears.
Returns the full test steps, each action result, and a final pass/fail conclusion for the login flow.
Automate Android devices via ADB for testing, control, and task execution.
Remotely control Android devices via ADB for debugging, testing, and management.
Control Android devices via ADB for UI interaction and inspection.
Control Android devices remotely for debugging, testing, and file management tasks.
Control Android devices remotely via ADB and scrcpy for debugging and automation.
Control Android devices through AI for testing, debugging, and automation.