Server data from the Official MCP Registry
Control Android devices and emulators via ADB — screenshots, UI automation, and logcat.
Control Android devices and emulators via ADB — screenshots, UI automation, and logcat.
Set these up before or after installing:
Environment variable: ANDROID_HOME
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-martingeidobler-android": {
"env": {
"ANDROID_HOME": "your-android-home-here"
},
"args": [
"-y",
"android-mcp-server"
],
"command": "npx"
}
}
}Well-structured Android development tool with appropriate permissions for ADB-based device control. Minor security improvements needed around shell command execution and error handling, but the server's capabilities properly match its stated purpose of Android testing and automation. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 5 files · 8 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!