ADB MCP Server
Related Servers
Alternatives to ADB MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseBqualityDmaintenanceMCP server for Android device automation via ADB, enabling screen control, phone functions, app management, and device control.301-
- FlicenseAqualityDmaintenanceA MCP server that enables AI assistants to control Android devices via ADB, supporting device info, screen control, input simulation, app management, shell execution, file transfer, and UI parsing.20-
- FlicenseNot gradedqualityDmaintenanceA powerful MCP server that provides comprehensive Android device automation capabilities through ADB, enabling AI agents to interact with Android devices for testing, automation, and device control tasks.1-
- AlicenseNot gradedqualityDmaintenanceMCP server for controlling Android devices over ADB, using direct commands and semantic accessibility selectors with a Kotlin helper APK.73 npmMIT
- AlicenseAqualityBmaintenanceMCP server for Android device control via ADB and scrcpy, enabling AI agents to see and interact with Android devices.46302 npmMIT
- AlicenseBqualityAmaintenanceMCP server for Android emulator automation via ADB.1761 npm4MIT
TDQS
Scored across 30 tools
Most tools target distinct resources and actions, but there are clusters around UI hierarchy (dump_ui/wait_for_ui_node/assert_ui_node), device listing (list_devices/list_avds), and key input (press_key/press_key_sequence) that could cause misselection without careful reading. Descriptions help, but the boundaries are close.
The vast majority of tools follow a snake_case verb_noun pattern (list_devices, get_device_info, install_apk). A few outliers like 'tap', 'swipe', and 'screenshot' break the pattern by using bare verbs or nouns, but the overall convention is consistent.
With 30 tools, the server is on the heavy side. It bundles ADB operations with OBS recording and build profiles, stretching the scope beyond typical ADB interactions. While each tool has a purpose, the sheer number suggests possible consolidation.
The tool set covers device management, UI automation, app lifecycle, and logs, which is adequate for UI testing workflows. However, notable ADB gaps include file transfer (push/pull), shell command execution, and more granular UI interactions like long press or drag. These are workaroundable but represent missing operations.