MCP Directory

Neverlow512/agent-droid-bridge

GitHub
Developer Tools

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y agent-droid-bridge

Use with Agent-CoreX

Agent-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"
      ]
    }
  }
}

Route Neverlow512/agent-droid-bridge intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add agent-droid-bridge

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use Neverlow512/agent-droid-bridge directly without routing

npx -y agent-droid-bridge

New to Agent-CoreX? View setup guide →

Neverlow512/agent-droid-bridge MCP Server — Agent-CoreX