Skip to main content
Glama

Related Servers

Alternatives to ADB MCP Server

No user-submitted related servers found.

    Related Servers

    TDQS

    A3.6/5.0

    Scored across 30 tools

    Disambiguation4/5

    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.

    Naming Consistency4/5

    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.

    Tool Count2/5

    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.

    Completeness3/5

    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.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues