Skip to main content
Glama
459,288 tools. Updated 2026-08-17 06:32

"Server for MCP Protocol with On-Screen UI Interaction" matching MCP tools:

  • Retrieve the accessible UI tree of the current screen, listing elements with roles, labels, and normalized tap coordinates for automation.
    Apache 2.0
  • Capture a device screen image to inspect current UI state or establish a baseline before interactions. Works with iOS simulators, Android emulators, Apple TV simulators, and Chromium apps.
    Apache 2.0
  • Interact with any on-screen UI element by supplying its index from get_elements(). Use it to tap buttons, links, or fields after listing available elements.
    MIT
  • Get a JSON array of all UI elements on the current screen, including text, bounds, and clickability, to understand the layout before taking action.
    MIT

Matching MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    Enables LLMs to capture screenshots and screen recordings through MCP with chunked session-based transfers for reliable image consumption. Supports multi-monitor selection, timeline capture, and compatibility with both vision and non-vision language models.
    11
    1

Matching MCP Connectors

  • Discover and install Aura UI Blade components for Laravel, Livewire and Tailwind CSS 4.

  • Screen a business or person for exclusions, debarment, and sanctions (SAM.gov, OFAC).

  • Verify server identity and protocol compatibility by retrieving the manifest with protocol version, server name, and available capabilities before interacting with tools.
    Apache 2.0
  • Verify connection and detect version drift for the SLAM Commerce MCP server by introspecting protocol versions, database status, and store metadata.
    MIT
  • Detects UI changes on Android devices after user actions by comparing screen states. Use to verify interactions, wait for transitions, and confirm expected screen updates during automated testing.
    MIT
  • Search MCP Protocol and FastMCP documentation to find relevant guides for building MCP servers, with ranked results and optional source filtering.
    MIT
  • List configured email accounts as non-secret capability records. Use only can_receive=true accounts for reading and can_send=true for sending. If none appear, set up via mcp-email-server UI or CLI.
    BSD 3-Clause
  • Wait for a UI element to appear on Android screen by polling the accessibility tree. Use after navigation to ensure the screen is ready before interacting with elements.
    MIT
  • Polls the device UI tree until two consecutive snapshots are identical, indicating animations and loading have completed. Use after navigation or screen transitions to ensure the new screen is ready for interaction.
    Business Source 1.1
  • Dump the current mobile UI hierarchy into structured element data with coordinates, text, and interaction flags. Supports text, TSV, and XML output formats.
    Apache 2.0
  • Locate and classify UI elements in screen regions using YOLOv8n object detection accelerated by NPU or CPU, outputting labeled bounding boxes with confidence scores.
    MIT
  • Click UI elements by element ID or screen coordinates. Supports left, right, and double clicks for precise interaction with desktop apps.
    MIT