Skip to main content
Glama
568,525 tools. Updated 2026-09-14 20:47

"android" matching MCP tools:

  • Perform file operations on Android devices: list directories, push/pull files, delete, create folders, check existence, read and write file content, and view file statistics using a single command.
    Apache 2.0
  • Retrieve Android device logs including logcat, app logs, ANR, crash logs, and battery stats. Filter by package, lines, buffer, or format for targeted debugging.
    Apache 2.0
  • Perform Android app management: install, uninstall, start, stop, clear data, list packages, and retrieve app manifest, permissions, activities, and info.
    Apache 2.0
  • List, connect, disconnect, reboot Android devices and retrieve their properties.
    Apache 2.0
  • Perform Android UI automation actions including tap, swipe, input text, press key, and start intent with specified coordinates and parameters.
    Apache 2.0
  • Capture bug reports or dump heap memory on Android devices for diagnostic analysis. Specify device serial, action type, and optional output path or timeout.
    Apache 2.0

Matching MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    MCP server for Android dev workflows that exposes Gradle, Manifest, and ProGuard context to Claude, with a library of skills for tasks like AGP upgrade and R8 audit.
    3
    MIT

Matching MCP Connectors

  • Execute shell commands on Android devices to retrieve system information, run diagnostics, or perform automated tasks. Supports limiting output lines and size for efficient responses.
    Apache 2.0
  • Capture a screenshot from an Android device by providing its serial number and optional JPEG quality setting. Returns the device screenshot as an image.
    Apache 2.0
  • Verify connectivity to an Android device or emulator and retrieve its model and Android OS version. Use it to confirm ADB access before running automation tasks.
    MIT
  • List all Android devices and emulators connected via adb, showing model, Android version, screen size, and connection state to identify ready devices and detect unauthorized or offline ones.
    MIT
  • OCR the current Android screen to extract visible text when UI tree lacks labels, returning pixel bounding boxes for automated tapping or verification.
    MIT
  • List connected Android devices and emulators, including Android version and connection type. Automatically discover wireless-debugging devices via mDNS when no devices are found.
    MIT
  • Retrieve Android project details: AGP and Kotlin versions, module list, and project name by providing the absolute project root path.
    MIT
  • List allowed Android devices and local AVDs to identify which emulators can be started. Use this first to get exact adb serials for all subsequent actions.
    MIT