Agent Droid Bridge gives AI agents programmatic control over Android devices and emulators via ADB, exposed as an MCP server.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.ADB_CONFIG_PATHADB_EXECUTION_MODE— "": "unrestricted",ADB_ALLOW_SHELL— Set =false to disable all shell commands regardless of modeADB_EXTRA_TOOL_PACKS— app_manager pack adds 9 tools for package management, app lifecycle, APK extraction, permissions, and intent injection. Load it with =app_managerADB_LOG_LEVELADB_SHELL_ALLOWLIST— ADB_EXECUTION_MODE unrestricted Security mode. unrestricted allows all shell commands (with optional denylist); restricted allows only commands in .ADB_SHELL_DENYLISTADB_DENIED_TOOLS— Hide specific tools from the agent withADB_CONFIG_SOURCE— To use a YAML config file instead, set =yaml. See [docs/configuration.md](docs/configuration.md) for details.MCP_LOG_ENABLED— Optional session recorder logs every tool call, ADB command, and security event to structured JSONL files. Enable with =true and MCP_LOG_DIRMCP_LOG_DIR— Optional session recorder logs every tool call, ADB command, and security event to structured JSONL files. Enable with MCP_LOG_ENABLED=true andMCP_LOG_CONFIG_PATH[](https://m8ven.ai/mcp/neverlow512-agent-droid-bridge-1rul3o)