Android ADB
Provides a bridge to Android devices through ADB, enabling device management, shell command execution, app installation, screenshot capture, and file transfer across connected Android devices.
25 stars
0 tools
Created Aug 2025
@landicefu/landicefu-android-adb-android-adb-mcp-serverAbout
Provides a bridge to Android devices through ADB, enabling device management, shell command execution, app installation, screenshot capture, and file transfer across connected Android devices.
Categories
general
Installation
npm
npm install @landicefu/landicefu-android-adb-android-adb-mcp-server
Configuration
{
"mcpServers": {
"landicefu-android-adb-android-adb-mcp-server": {
"command": "npx",
"args": [
"-y",
"@landicefu/landicefu-android-adb-android-adb-mcp-server"
]
}
}
}