ADB (Android Debug Bridge)
Bridges AI with Android devices through ADB, enabling device management, shell commands, app installation, file transfers, and UI inspection without requiring direct ADB knowledge.
7 stars
0 tools
Created Aug 2025
@srmorete/srmorete-adb-android-debug-bridge-adb-mcpAbout
Bridges AI with Android devices through ADB, enabling device management, shell commands, app installation, file transfers, and UI inspection without requiring direct ADB knowledge.
Categories
general
Installation
npm
npm install @srmorete/srmorete-adb-android-debug-bridge-adb-mcp
Configuration
{
"mcpServers": {
"srmorete-adb-android-debug-bridge-adb-mcp": {
"command": "npx",
"args": [
"-y",
"@srmorete/srmorete-adb-android-debug-bridge-adb-mcp"
]
}
}
}