Phone Control (Android ADB)
Enables remote control of Android phones through ADB commands for making calls, sending texts, taking screenshots, managing contacts, launching apps, and retrieving system information.
Featured
View Source146 stars
0 tools
Created Aug 2025
@hao-cyber/hao-cyber-phone-control-android-adb-phone-mcpAbout
Enables remote control of Android phones through ADB commands for making calls, sending texts, taking screenshots, managing contacts, launching apps, and retrieving system information.
Categories
general
Installation
npm
npm install @hao-cyber/hao-cyber-phone-control-android-adb-phone-mcp
Configuration
{
"mcpServers": {
"hao-cyber-phone-control-android-adb-phone-mcp": {
"command": "npx",
"args": [
"-y",
"@hao-cyber/hao-cyber-phone-control-android-adb-phone-mcp"
]
}
}
}