Skip to main content
Glama
138,208 tools. Last updated 2026-05-26 08:44

"TUI" matching MCP tools:

  • Start TUI applications in managed pseudo-terminals for interactive control, returning session IDs for follow-up operations.
    MIT
  • Adjust terminal window dimensions for TUI applications by specifying new column width and row height, sending SIGWINCH signals to update display.
    MIT
  • View active terminal user interface sessions with their IDs, running commands, and screen dimensions to monitor and manage TUI applications.
    MIT
  • Terminate a TUI session and its underlying process by providing the session ID. Use this tool to stop terminal user interface applications running through tui-mcp.
    MIT
  • Generate UI components with modern best practices for React, Vue, or Angular frameworks, including accessibility features and responsive design options.
    MIT
  • Analyze UI/UX interfaces to identify issues and provide improvement recommendations based on framework compatibility, target audience needs, and design requirements.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    What Chrome DevTools MCP is for the browser, tui-mcp is for the terminal. Launch any TUI app, take screenshots, send keystrokes, read text - works with any framework.
    Last updated
    13
    10
    3
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    WhoDB CLI - a powerful database management tool with interactive TUI, programmatic commands, and MCP server for AI assistants.
    Last updated
    2
    12
    4,837
    Apache 2.0

Matching MCP Connectors

  • Query iOS accessibility tree to find tappable elements and text fields with precise centerX/centerY coordinates. Returns element properties, data quality assessment, and supports progressive filter levels for accurate automation.
    MIT
  • Clear the loaded ODD customisation to reset all tools to the full TEI P5 specification. Avoids errors from subsequent tool calls with use_odd=True.
    MIT
  • Record chain-of-thought reasoning from networked AI agents into match replays, preserving LLM thought processes that would otherwise be lost from client-side TUI panels.
    Apache 2.0
  • Interleave recorded tags with source text to produce valid TEI XML, ensuring body text matches source plaintext byte-for-byte.
    MIT
  • Tap on iOS screen at specified coordinates with automatic transformation from screenshot space to device space. Supports single, double, and long press gestures. Validates bounds and provides semantic action tracking for test automation.
    MIT
  • Validate a TEI element in its parent context to detect nesting and schema issues. Accepts XML snippet or JSON, returns validation issues and summary.
    MIT
  • Type text strings into terminal applications through the tui-mcp server. Send exact text input with newline support for Enter key simulation.
    MIT
  • Perform swipe gestures and hardware button presses on iOS targets. Automates scrolling, navigation, and device controls with configurable profiles and precise coordinates. Includes automatic velocity validation for gesture recognition.
    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
  • Validate TEI XML documents against the TEI P5 specification, checking content model compliance, attribute validity, and reference integrity. Returns issues and summary.
    MIT
  • Retrieve all attributes for a TEI element or class, including inherited ones, with details on source, datatype, and allowed values. Supports local overrides and custom schemas.
    MIT
  • Record a TEI element over a text span by specifying start and end offsets, element path, and optional attributes.
    MIT