Skip to main content
Glama
307,785 tools. Last updated 2026-07-28 05:04

"Element" matching MCP tools:

Matching MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Connects Claude with Matrix/Element to read and search messages across rooms. Enables listing rooms, viewing room information, retrieving message history, and searching conversation content from your Matrix account.
    Last updated
    4
    1
    MIT

Matching MCP Connectors

  • Read and write typed fictional worlds (22 linked element types) via the OnlyWorlds open standard.

  • Deterministic Korean Saju / Chinese BaZi Four Pillars MCP server. Heavenly Stems, Earthly Branches, Day Master, five-element distribution, and 0-100 compatibility. No AI, no API key.

  • Wait for a mobile app element to become visible on screen using Appium automation. Specify selector and timeout to ensure reliable element detection during testing.
    Apache 2.0
  • Scrolls in a specified direction to make a target element visible in mobile app automation, using element selectors and configurable scroll limits.
    Apache 2.0
  • Check if a mobile app element exists on the current page using selectors like xpath or id to verify element presence during automation testing.
    Apache 2.0
  • Retrieve all available attributes for a mobile app element using Appium automation. Specify a selector and strategy to extract element properties for testing and debugging.
    Apache 2.0
  • Clear text from mobile app input elements using Appium automation. Specify element selector and strategy to remove existing content.
    Apache 2.0
  • Block until a UI element reaches an expected state (exists, visible, hidden, or contains text) or a timeout elapses, so you don't have to poll manually.
    Apache 2.0
  • Inspect React component hierarchy at a screen coordinate. Get the source file, line number, and code fragment for the tapped element and its parents.
    Apache 2.0
  • Find and tap UI elements by label, input text, and verify with screenshot in a single call, reducing token usage by internalizing intermediate accessibility checks and element search.
    MIT
  • Search the accessibility tree by label or identifier to locate UI elements. Obtain tap-ready coordinates (centerX, centerY) to interact with controls directly, eliminating the need for visual screenshots.
    MIT
  • Retrieve HTML content of a specific element and its children using a CSS selector. Control whether to get outer or inner HTML and limit depth for shallow inspection. Ideal for observing live HMR updates in Vite dev server.
    MIT
  • Retrieve specific properties and state of a DOM element using a CSS selector and property names array, enabling inspection of live updates during development.
    MIT
  • Inspect computed CSS properties of a specific element using a CSS selector and property list. Enables real-time style debugging within Vite's HMR workflow.
    MIT