Server data from the Official MCP Registry
MCP server giving AI agents eyes and hands inside Android devices via ADB
MCP server giving AI agents eyes and hands inside Android devices via ADB
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-neverlow512-agent-droid-bridge": {
"args": [
"agent-droid-bridge"
],
"command": "uvx"
}
}
}This is a well-structured MCP server for Android ADB control with proper security measures including shlex parsing to prevent shell injection, input validation, and configurable execution modes. Minor code quality issues include broad exception handling and potential credential exposure through logging, but permissions are appropriate for the stated purpose of mobile automation and testing. Supply chain analysis found 11 known vulnerabilities in dependencies (4 critical, 3 high severity). Package verification found 1 issue.
Scanned 7 files · 15 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!