Control Android devices through ADB. Capture screenshots, analyze UI layouts, manage packages, and execute commands.
npx -y android-mcp-server
Requires ADB installed and device connected:
```json
{
"mcpServers": {
"android": {
"command": "npx",
"args": ["-y", "android-mcp-server"]
}
}
}
```
screenshotget_layouttaptype_textinstall_apkControl Android devices through ADB. Capture screenshots, analyze UI layouts, manage packages, and execute commands.
Language: TypeScript
Category: Developer Tools