Controls Android devices and emulators through ADB, with UI inspection, interaction, screenshots, app launching, and device diagnostics.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
This server is confirmed live β we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Agent Droid Bridge.
get_ui_hierarchyReturns the current Android screen as an XML UI hierarchy. Use this when you need to locate element coordinates, read text, or find resource IDs to interact with. Do not call this after every action β only call it when you actually need to read screen content. To check if the screen changed after an action, use snapshot_ui before the action and detect_ui_change after.
tap_screenA tap gesture at the given pixel coordinates on the Android screen.
swipe_screenA swipe gesture on the Android screen from (x1,y1) to (x2,y2) over the given duration.
type_textText input into the currently focused Android input field. Spaces are encoded automatically.
press_keyA key event sent to the Android device using the given keycode integer.
take_screenshotA PNG screenshot of the current Android device screen with width, height, and base64-encoded image data.
Neverlow512/agent-droid-bridge MCP server connects an MCP-compatible AI client to Android devices and emulators through the Android Debug Bridge. It exposes structured operations for reading the current interface, sending input, launching applications, inspecting device state, and executing ADB commands.
The server is suited to mobile UI automation, app testing, development diagnostics, and dynamic analysis. An agent can inspect visible controls before acting, enter text into the focused field, send Android keycodes, capture screenshots, and check whether an action changed the interface. The optional app_manager tool pack adds package management, app lifecycle, APK extraction, permissions, and intent-related operations.
The server runs over standard input/output and communicates with the connected Android target through ADB. With one device connected, it detects that device automatically. If several devices are visible to ADB, the server supports choosing the target.
For content inspection, get_ui_hierarchy returns the current XML hierarchy, while get_screen_elements provides shaped element data and get_screen_text returns visible text in reading order. take_screenshot returns a PNG as base64 data along with the screen dimensions.
For efficient state checks, an agent can call snapshot_ui before an action and pass its token to detect_ui_change afterward. This avoids requesting the full hierarchy when the agent only needs to know whether the screen changed. detect_ui_change can also return the hierarchy when needed.
Neverlow512/agent-droid-bridge requires Python 3.11 or later and ADB installed on the host. The documented launcher is:
Connect a physical Android device or start an emulator, then add the command and the agent-droid-bridge argument to the MCP client configuration. ADB_PATH can point to an ADB executable that is not on the system path. Set ADB_EXTRA_TOOL_PACKS to app_manager to load the additional application-management tools.
The server supports ADB_EXECUTION_MODE values of unrestricted and restricted. In restricted mode, shell commands must be permitted by the configured allowlist. ADB_ALLOW_SHELL=false disables shell commands regardless of execution mode. Optional JSONL session recording is enabled with MCP_LOG_ENABLED=true and requires a writable MCP_LOG_DIR.
The core tool set includes:
The execution layer parses commands with shlex rather than passing them directly to a system shell. Tool availability is reported in the serverβs startup instructions.
The host must have ADB available and an Android device or emulator connected. The server does not provide a hosted device environment; it operates on targets visible to the local ADB installation. UI coordinates and app component names must correspond to the connected device and application. Arbitrary ADB access depends on the selected execution mode and shell settings, while the optional app-management features are not loaded unless explicitly enabled.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/neverlow512-agent-droid-bridge)<a href="https://allmcps.com/mcp/neverlow512-agent-droid-bridge"><img src="https://allmcps.com/api/badge/neverlow512-agent-droid-bridge?style=directory" alt="Agent Droid Bridge on AllMCPs" /></a>