Skip to main content
Glama
ssh071102-code

claude-screen-mcp

Related Servers

Alternatives to claude-screen-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables MCP clients to start and stop local read-only Windows 11 screen observation sessions, then inspect redacted screen state, UI trees, frames, and wait for changes, title matches, or idle periods through stdio tools.
      Apache 2.0
    • A
      license
      Not graded
      quality
      D
      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.
      1
      MIT
    • F
      license
      B
      quality
      C
      maintenance
      Enables local Windows UI automation and screen capture, targeting windows that are difficult to automate such as games and legacy apps, with tools for window management, mouse and keyboard input, and desktop capture.
      8
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables supervised, visible control of a Windows desktop from an MCP client, providing real mouse and keyboard input, screenshots, local safety controls, and a teaching mode for guidance without injection.
      MIT

    TDQS

    A4.1/5.0

    Scored across 10 tools

    Disambiguation4/5

    Most tools target clearly distinct operations (full capture, region capture, OCR, text search, recording). The one area of overlap is the change-detection trio — screenshot_if_changed, get_screen_diff, and wait_for_change all key off perceptual-hash distance — but their descriptions carefully delineate behavior (image vs diagnostics vs blocking poll), so an agent can still choose correctly.

    Naming Consistency4/5

    The set predominantly follows a verb_noun convention (list_displays, read_screen_text, find_text_on_screen, get_screen_diff, wait_for_change, record_screen). Minor deviations are the bare noun 'screenshot' and 'screenshot_if_changed', but overall the pattern is predictable and readable.

    Tool Count5/5

    Ten tools is well-scoped for a screen-capture/observation server, with each tool earning its place across capture, enumeration, OCR, and change-monitoring capabilities. Nothing feels redundant or padded.

    Completeness4/5

    The surface covers the full observation lifecycle: display/window enumeration, full and regional capture, OCR, text search, change detection, polling, and short recording. The notable gap is window-specific capture — list_windows returns handles but no tool captures a single window, and there are no save-to-file or input/action operations, though the latter is plausibly out of scope.

    Maintenance

    ActivityStale
    ResponsivenessNo issues