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
  • Transports: stdio vs HTTP
  • 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. Browse
  3. Desktop Touch MCP
  4. vs Agent Droid Bridge
Side-by-Side Model Context Protocol Comparison

Desktop Touch MCP vs Agent Droid Bridge

In-depth architectural comparison of the Desktop Touch MCP and Agent Droid Bridge MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Desktop Touch MCP
OS Automation · Local stdio
Quality: 60/100 (Good) | Auth: No auth required
Agent Droid Bridge
OS Automation · Local stdio
Quality: 60/100 (Good) | Auth: No auth required
Verdict Summary: Choose Desktop Touch MCP if you need specialized OS Automation tools running via a local process. Choose Agent Droid Bridge if your workspace requires OS Automation integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Desktop Touch MCP logo

Choose Desktop Touch MCP when:

  • You need dedicated capabilities in the OS Automation domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • Primary tools included: desktop_discover, desktop_act, desktop_state.
Explore Desktop Touch MCP Details
Agent Droid Bridge logo

Choose Agent Droid Bridge when:

  • You need dedicated capabilities in the OS Automation domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • You have access to required keys: ADB_EXECUTION_MODE, ADB_ALLOW_SHELL, ADB_PATH, ADB_EXTRA_TOOL_PACKS, MCP_LOG_ENABLED, MCP_LOG_DIR.
  • Primary tools included: get_ui_hierarchy, tap_screen, swipe_screen.

Feature & Specification Comparison

Specification
Desktop Touch MCP logo
Desktop Touch MCP
Harusame64
OS Automation
Agent Droid Bridge logo
Agent Droid Bridge
Neverlow512
OS Automation
SummaryWindows desktop automation for LLM agents with entity-based actions instead of coordinate-only clicking. Uses UIA, CDP, screenshots, keyboard/mouse/clipboard, and terminal control, plus entity leases, verified delivery, causal context, and interaction memory to reduce silent UI automation failures.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.
Category & Scope

Tools & Capabilities Breakdown

Desktop Touch MCP Tools (23)

desktop_discover
Observe the desktop. Returns interactive entities with leases (UIA, CDP, Terminal, Visual SoM).
desktop_act
Perform actions (click, type, drag, select) on entities via lease validation. Returns semantic diffs — plus an optional `roiCapture` (changed-region PNG + next-target preview) on visual-only targets.
desktop_state
Lightweight check of focus, active window, cursor, and Auto-Perception attention signal.
screenshot
Multi-mode capture: `detail='text'` (UIA/OCR), `diffMode` (P-frame), `dotByDot` (1:1), and `background`. Returns a cheap `screenshot://by-ref/{id}` link to the saved image instead of inlining pixels every time.
screenshot_query
Inspect and prune the on-disk screenshot cache behind the by-ref links: `screenshot_query` lists saved captures without re-reading pixels; `screenshot_gc` reclaims space by retention policy (dry-run by default).

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Desktop Touch MCP Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "harusame64-desktop-touch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@harusame64/desktop-touch-mcp"
      ]
    }
  }
}
Agent Droid Bridge Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "neverlow512-agent-droid-bridge": {
      "command": "uvx",
      "args": [
        "agent-droid-bridge"
      ],
      "env": {
        "ADB_EXECUTION_MODE": "YOUR_ADB_EXECUTION_MODE_HERE",
        "ADB_ALLOW_SHELL": "YOUR_ADB_ALLOW_SHELL_HERE",
        "ADB_PATH": "YOUR_ADB_PATH_HERE",
        "ADB_EXTRA_TOOL_PACKS": "YOUR_ADB_EXTRA_TOOL_PACKS_HERE",
        "MCP_LOG_ENABLED": "YOUR_MCP_LOG_ENABLED_HERE",
        "MCP_LOG_DIR": "YOUR_MCP_LOG_DIR_HERE"
      }
    }
  }
}

Frequently Asked Questions

Desktop Touch MCP is categorized under OS Automation and uses a local stdio subprocess. In contrast, Agent Droid Bridge belongs to OS Automation using local stdio subprocess. Select Desktop Touch MCP when you need capabilities focused on os automation and Agent Droid Bridge when you require tools for os automation.

More alternatives to Desktop Touch MCPMore alternatives to Agent Droid BridgeOS Automation category hub

Related MCP Server Comparisons

Popular comparisons with Desktop Touch MCP

  • Gnome Desktop MCP logoDesktop Touch MCP vs Gnome Desktop MCP
  • Mac Use MCP logoDesktop Touch MCP vs Mac Use MCP
  • IMessage MCP logoDesktop Touch MCP vs IMessage MCP
  • MCP Nixos logoDesktop Touch MCP vs MCP Nixos

Popular comparisons with Agent Droid Bridge

Explore Agent Droid Bridge Details
OS Automation
OS Automation
Quality signal60/100 (Good)60/100 (Good)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementNo auth requiredNo auth required
Pricing ModelFree / Open SourceFree / Open Source
Required Env VarsNone required
ADB_EXECUTION_MODEADB_ALLOW_SHELLADB_PATHADB_EXTRA_TOOL_PACKSMCP_LOG_ENABLEDMCP_LOG_DIR
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · highuvx · high
Engagement & Health 2 views 0 copies 0 upvotes 22 stars 3 views 0 copies 0 upvotes 22 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Desktop Touch MCP ListingView Agent Droid Bridge Listing
workspace_snapshot
Instant session orientation: all window thumbnails + UI summaries in one call.
server_status
Diagnostic check for native engine health and feature activation.
keyboard
Send keyboard input. Supports background input (WM_CHAR) and IME-safe clipboard bypass.
mouse_click
Precision coordinate-based interaction with homing and force-focus protection.
scroll
Multi-strategy: `raw` (notches), `to_element`, `smart` (virtual lists), and `capture` (stitch).
click_element
Legacy UIA-based click by name/ID (fallback when entities are unavailable).
browser_open
Idempotent debug-mode launch and reliable navigation.
+11 more tools listed on main page

Agent Droid Bridge Tools (14)

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.
list_devices
All Android devices currently visible to ADB, with their serial numbers, connection state, and model names.
launch_app
An Android app launched by its component name (package/activity).
execute_adb_command
The output of an ADB command. Parsed safely via shlex and never passed to a system shell.
snapshot_ui
Takes a lightweight snapshot of the current UI state and returns a short token. Use this before performing an action (tap, swipe, launch, key press) when you only need to confirm the screen changed afterward — not read its content. Pass the returned token to detect_ui_change as baseline_token. This avoids loading the full XML hierarchy into context unnecessarily. Do not use this when you need to read or interact with screen elements — use get_ui_hierarchy for that.
detect_ui_change
Polls the UI hierarchy after an action and returns when the screen content changes or the timeout is reached. Returns changed status and elapsed time. By default, omits the XML hierarchy for efficiency — set return_hierarchy=True to receive the full hierarchy. For efficient change detection: call snapshot_ui before the action, perform the action, then call detect_ui_change with baseline_token. Only use without baseline_token when you need to wait for a slow transition (loading screens, animations). Do not use to read the current screen state — use get_ui_hierarchy for that.
get_screen_elements
Structured list of UI elements currently visible on the Android screen. Returns elements filtered and shaped by the chosen mode. Prefer 'tappable' for navigation and 'interactive' when you need XPath or bounds for ADB commands. Only use 'all' as a last resort — it returns every node and can be large.
+2 more tools listed on main page
Mac Use MCP logo
Agent Droid Bridge vs Mac Use MCP
  • Gnome Desktop MCP logoAgent Droid Bridge vs Gnome Desktop MCP
  • MCP Nixos logoAgent Droid Bridge vs MCP Nixos
  • Desktopinsights MCP logoAgent Droid Bridge vs Desktopinsights MCP