
Android Debug Bridge MCP
Controls Android devices through ADB for automation and testing. Lets you interact with apps, capture screenshots, analyze UI elements, and simulate user input via natural language commands.
18176 views6Local (stdio)
What it does
- Launch and manage Android apps
- Capture screenshots and UI hierarchy dumps
- Simulate touch gestures and keyboard input
- Send system key events (back, home, enter)
- List installed applications by name pattern
- Create organized test folders for automation
Best for
Mobile app developers testing applicationsQA engineers automating Android testingBuilding AI agents that interact with mobile apps
Works with physical devices and emulatorsNatural language command interface
Tools (9)
create_test_folder
Create a test folder with the specified name
list_apps
List installed apps matching a name pattern
open_app
Open an app using its package name and activity
capture_screenshot
Capture a screenshot and save it to the test folder
capture_ui_dump
Capture UI hierarchy dump from the device