Skip to main content
Glama
186,663 tools. Last updated 2026-06-10 01:23

"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
  • 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
  • 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

Matching MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    Enables AI agents to interact with Android devices through visual UI element detection and automated interactions. Provides comprehensive Android automation capabilities including touch gestures, text input, screenshots, and video recording via uiautomator2.
    Last updated
    12
    4
  • A
    license
    C
    quality
    A
    maintenance
    A lightweight bridge enabling AI agents to perform real-world tasks on Android devices such as app navigation, UI interaction, and automated QA testing without requiring computer-vision pipelines or preprogrammed scripts.
    Last updated
    14
    641
    MIT

Matching MCP Connectors

  • 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
  • Perform Android UI automation actions including tap, swipe, input text, press key, and start intent with specified coordinates and parameters.
    Apache 2.0
  • List Android emulators and iOS simulators for Tauri mobile development. Identify available devices to run and test Tauri apps.
    MIT
  • Retrieve the serial numbers, connection state, and model names of all Android devices currently connected via ADB.
    MIT
  • Retrieve a list of all connected Android devices and emulators, including their ID, model, manufacturer, Android version, connection status, and emulator flag.
    Business Source 1.1
  • Access the Android device clipboard by reading its current content or writing new text. Requires Android 10 or higher.
    MIT
  • Launch Android applications by specifying their package and activity component names to control apps on connected devices or emulators.
    MIT
  • Capture the current Android screen's UI hierarchy to analyze visible elements, their properties, text, bounds, and states for automation and debugging.
    MIT
  • Retrieve clipboard content from Android devices via dumpsys clipboard. Returns empty string if clipboard is empty. Note: May have limitations on Android 10+ due to privacy restrictions.
    MIT
  • Take a screenshot of an Android device screen to capture visual content for display or analysis. Returns a base64-encoded PNG image that shows current on-screen activity.
    MIT
  • Run shell commands on connected Android devices or emulators to manage files, control settings, and interact with system components.
    MIT