Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“‚ Browser Automation
  3. Agent Droid Bridge
Agent Droid Bridge logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 7:49:29 PM

Agent Droid Bridge

User RatingsBe the first to rate and review this MCP server!
View Repository22 GitHub StarsTotal stargazers on GitHub for the source repository (22 stars).Visit Website
androidadbmobile-automationdeveloper-tools

Controls Android devices and emulators through ADB, with UI inspection, interaction, screenshots, app launching, and device diagnostics.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "neverlow512-agent-droid-bridge": {
      "command": "uvx",
      "args": [
        "agent-droid-bridge"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (14) Directory Badge Claim listing AlternativesπŸ“‚ More in Browser Automation

Overview

Neverlow512/agent-droid-bridge MCP server exposes Android device and emulator control through ADB tools. It lets an MCP-compatible agent inspect UI structure and visible text, interact with screen coordinates, enter text, launch apps, capture screenshots, run ADB commands, and monitor UI changes. It auto-detects a single connected device and supports selection when multiple devices are available. Reach for it when automating mobile QA, testing app flows, inspecting runtime behavior, or debugging Android builds from an agent client.

Use cases

β€’Automate Android UI test flows
β€’Inspect app screens and visible controls
β€’Capture screenshots during dynamic analysis
β€’Launch apps and verify device state
β€’Run controlled ADB commands for debugging

Key features

β€’Android device and emulator control over ADB
β€’UI hierarchy, element, and text inspection
β€’Touch, swipe, text-entry, and key-event actions
β€’Screenshot capture and UI change detection
β€’Device capability and connection inspection
β€’Restricted or unrestricted ADB execution modes

Capabilities & Tool Schemas (14) ~4.2k tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Agent Droid Bridge.

get_ui_hierarchy

Returns 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_screen

A tap gesture at the given pixel coordinates on the Android screen.

swipe_screen

A swipe gesture on the Android screen from (x1,y1) to (x2,y2) over the given duration.

type_text

Text input into the currently focused Android input field. Spaces are encoded automatically.

press_key

A key event sent to the Android device using the given keycode integer.

take_screenshot

A PNG screenshot of the current Android device screen with width, height, and base64-encoded image data.

How Agent Droid Bridge works

What Neverlow512/agent-droid-bridge MCP server does

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.

How it works

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.

Setup and configuration

Neverlow512/agent-droid-bridge requires Python 3.11 or later and ADB installed on the host. The documented launcher is:

bash
uvx agent-droid-bridge

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.

Tools and capabilities

The core tool set includes:

  • UI hierarchy, screen element, and visible-text inspection
  • Taps, swipes, text entry, and Android key events
  • PNG screenshots with dimensions and encoded image data
  • Device listing and hardware, identity, and security capability checks
  • App launching by package/activity component
  • Parsed ADB command execution
  • Lightweight UI snapshots and change polling

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.

Limitations and notes

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.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Browser Automation View all alternatives
  • Droidmind logoDroidmind

    Control Android devices with AI through MCP, enabling device control, debugging, system analysis, and UI automation with a comprehensive security framework.

    πŸ“‚ Browser Automation2 views
    Compare vs Droidmind β†’
  • Ios Simulator MCP logoIos Simulator MCP

    A Model Context Protocol (MCP) server for interacting with iOS simulators. This server allows you to interact with iOS simulators by getting information about them, controlling UI interactions, and inspecting UI elements.

    πŸ“‚ Browser Automation2 views
    Compare vs Ios Simulator MCP β†’
  • Pagebolt MCP logoPagebolt MCP

    MCP server for screenshots, PDFs, OG images, and narrated video recording from Claude Desktop, Cursor, and Windsurf.

    πŸ“‚ Browser Automation2 views
    Compare vs Pagebolt MCP β†’
  • Gecko MCP logoGecko MCP

    Control Firefox browsers (Floorp, LibreWolf, Zen, Firefox) from any MCP client.

    πŸ“‚ Browser Automation0 views
    Compare vs Gecko MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
22
Stargazers on the source repository.
Last commit
2mo ago
Most recent push to the default branch.
Tools exposed
14
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Agent Droid Bridge

Install and run it with `uvx agent-droid-bridge`. Python 3.11 or later and ADB must be installed on the host.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAgent Droid Bridge AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/neverlow512-agent-droid-bridge?style=directory)](https://allmcps.com/mcp/neverlow512-agent-droid-bridge)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸ“‚Browser Automation
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf, Cline / VS Code
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars22
GitHub Star CountTotal stargazers on GitHub representing community popularity (22 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 30, 2026
60Quality signal: Good Β· 60/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools30/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 19d ago via OSV.dev Β· agent-droid-bridge (PyPI)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“‚ Browser Automation β†’Best MCP servers for Browser Automation β†’Alternatives to Agent Droid Bridge β†’Install in Claude DesktopInstall in CursorInstall in VS Code