MCP server giving AI agents programmatic control over Android devices and emulators via ADB. 11 tools covering UI inspection, screen interaction, ADB commands, and change detection.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y agent-droid-bridgeAgent-CoreX intelligently routes which tools from Neverlow512/agent-droid-bridge your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"agent-droid-bridge": {
"command": "npx",
"args": [
"-y",
"agent-droid-bridge"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add agent-droid-bridgeAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use Neverlow512/agent-droid-bridge directly without routing
npx -y agent-droid-bridgeNew to Agent-CoreX? View setup guide →