Skip to main content
Glama
139,539 tools. Last updated 2026-05-26 12:07

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

  • 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
  • Search MCP Protocol and FastMCP documentation to find relevant guides for building MCP servers, with ranked results and optional source filtering.
    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

Matching MCP Servers

  • F
    license
    A
    quality
    C
    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.
    Last updated
    11
    1
  • A
    license
    -
    quality
    C
    maintenance
    Enables AI assistants to capture screenshots and control desktop input (mouse, keyboard) to see and interact with your screen. Features user-first safety controls including automatic pause on user activity and app allowlists to restrict interactions to approved applications only.
    Last updated
    1
    MIT

Matching MCP Connectors

  • Native Claude Code integration for @annondeveloper/ui-kit — a zero-dependency React component library with 147 components, 3 weight tiers, physics-based animations, and OKLCH color system. Gives Claude deep awareness of the library's components, design patterns, and conventions. Includes 5 skills for component discovery, code generation, design system reference, tier selection, and accessibility auditing. 2 custom agents for architecture design and accessibility review. Auto-connects to a hoste

  • HiveAddressScreen MCP — pre-settlement on-chain risk screen. 17-vector GoPlus rail

  • Wait for a UI element to appear on screen within a specified timeout. Use this tool after navigation, loading screens, or animations to ensure elements are present before interaction.
    MIT
  • Waits for a specific UI element to appear on screen by polling the UI tree. Use after navigation to wait for a button, text, or field, returning as soon as the target element is found.
    Business Source 1.1
  • Retrieve the UI element hierarchy of the current Android screen to identify interactive elements with bounds, text, resource IDs, and state for automation tasks.
    MIT
  • Tap on Android screen coordinates to interact with apps and automate UI tasks. Use absolute pixels or normalized values for precise touch simulation.
    MIT
  • Captures the complete UI hierarchy of the current screen as XML, providing structured data for identifying UI elements and their properties. Essential for UI automation and determining app state.
    MIT
  • Wait for Android UI to stabilize by polling hierarchy until consecutive dumps match. Use after screen transitions to ensure elements are ready.
    MIT
  • Dump the current Android UI hierarchy as structured element data with coordinates, text, and interaction flags. Supports text, TSV, or XML output for analysis.
    MIT
  • Capture screenshots and analyze Android screen content to understand UI elements and structure for automation and testing purposes.
    MIT
  • Rescan UI elements on a page after content changes caused by navigation, DOM updates, or user interaction. Keeps annotations up to date.
    MIT
  • Wait for a UI element to appear on an Android device screen by polling every 500ms. Specify how to find the element and set a timeout to ensure automation scripts proceed only when elements are ready.
    MIT