mcpbeat Sign in

Agent Droid Bridge MCP Server

by neverlow512 Your server? Claim it
local only

Agent Droid Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 251 installs a week from pypi. Last commit 13 May 2026.

MCP server giving AI agents eyes and hands inside Android devices via ADB

Installs per day peak 164 · avg 59 · -0% w/w
a month agotoday
251
Installs / week
pypi · agent-droid-bridge
22
Stars
0 open issues
13 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Agent Droid Bridge every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agent-droid-bridge -- uvx agent-droid-bridge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-droid-bridge": {
      "args": [
        "agent-droid-bridge"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-droid-bridge]
command = "uvx"
args = ["agent-droid-bridge"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-droid-bridge": {
      "args": [
        "agent-droid-bridge"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-droid-bridge": {
      "args": [
        "agent-droid-bridge"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ADB_EXECUTION_MODE (Security mode. 'unrestricted' allows all shell commands with an optional denylist. 'restricted' allows only commands in ADB_SHELL_ALLOWLIST.), ADB_ALLOW_SHELL (Set to 'false' to block all adb shell commands regardless of execution mode.), ADB_PATH (Path to the ADB binary. Use a full path if adb is not on your system PATH.), ADB_EXTRA_TOOL_PACKS (Comma-separated list of extra tool packs to load. Set to 'app_manager' to enable 9 additional app management tools.), ADB_DENIED_TOOLS (Comma-separated list of tool names to hide from the agent at startup.), ADB_SHELL_ALLOWLIST (Comma-separated list of shell commands permitted in restricted mode. Empty blocks all shell commands.), ADB_SHELL_DENYLIST (Comma-separated list of shell commands blocked in unrestricted mode.), MCP_LOG_ENABLED (Set to 'true' to enable session logging. Requires MCP_LOG_DIR.), MCP_LOG_DIR (Absolute path to the directory where session logs are written. Required when MCP_LOG_ENABLED is true.), ADB_LOG_LEVEL (Server process log level.), ADB_COMMAND_TIMEOUT (Maximum seconds to wait for any ADB command.), ADB_SCREENSHOT_TIMEOUT (Maximum seconds to wait for a screenshot capture.), ADB_UI_CHANGE_TIMEOUT (Default timeout in seconds for detect_ui_change.), ADB_UI_CHANGE_POLL_INTERVAL (How often in seconds detect_ui_change polls the UI hierarchy.), ADB_AAPT_TIMEOUT (Maximum seconds to wait for aapt dump badging, used by the app_manager pack.), ADB_CONFIG_SOURCE (Set to 'yaml' to load configuration from adb_config.yaml instead of environment variables.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agent Droid Bridge

same job, measured the same way
Drengr
by drengr

Eyes and hands for AI agents on Android and iOS devices.

241 installs/wk local only
Scrcpy MCP
by juancf

MCP server for Android device control via ADB and scrcpy

302 installs/wk local only
Tapo MCP
by mihai-dinculescu

MCP server for discovering and controlling TP-Link Tapo smart home devices via AI Agents

local only
Flutter Skill
by telsav

AI E2E testing bridge — give AI eyes and hands inside any app. 8 platforms, 40+ tools.

233 installs/wk local only
Word AI
by flyfish-dev

Structure-preserving Word DOCX editing MCP server and Office.js bridge for AI agents.

local only
Groupdocs Merger MCP
by groupdocs-merger

MCP server for GroupDocs.Merger — merge, split, and inspect documents via AI agents.

local only
OpenImageDebugger MCP
by openimagedebugger

MCP server giving AI agents eyes on OpenImageDebugger buffers in live gdb/lldb sessions

134 installs/wk local only
ASP.NET Core Debugger — MCP Server for AI Agents
by magna-nz

MCP server giving AI agents interactive .NET / ASP.NET Core debugging via netcoredbg + DAP.

local only

Agent Droid Bridge — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Droid Bridge?
Agent Droid Bridge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package agent-droid-bridge was installed 251 times last week.
How do I connect Agent Droid Bridge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agent-droid-bridge straight from pypi; nothing to host, nothing to sign up for.
How many people use Agent Droid Bridge?
The pypi package agent-droid-bridge was installed 251 times in the last week. Week over week that is -0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Droid Bridge open source?
Yes — it is published under the MIT licence, written in Python and 22 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.