Skip to main content
Glama

Related Servers

Alternatives to Ghost

No user-submitted related servers found.

    Related Servers

    • F
      license
      A
      quality
      A
      maintenance
      Cross-platform desktop automation MCP server that lets AI agents capture screenshots, run OCR with UI-element classification, control mouse/keyboard, and launch programs on Linux, macOS, and Windows.
      20
      1
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      MCP server providing AI-friendly computer-use primitives (capture, detect, click) to let LLM agents drive desktop GUI applications on Windows, macOS, and Linux.
      1
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      MCP server for driving any Windows app through five layers including OCR, UI Automation, and direct OS operations. Enables AI agents to control Windows desktop and OS cursor-free, even on background/locked windows.
      63 npm
      2
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      An MCP server that gives any AI assistant eyes and hands on your desktop — screenshots, clicking, typing, OCR, window management, accessibility-tree queries, workflow recording.
      5
      Apache 2.0
    • A
      license
      Not graded
      quality
      B
      maintenance
      A Windows computer use agent — FastMCP server that gives AI assistants hands on the real desktop: windows, UI elements, mouse, keyboard, screenshots, OCR, shortcuts, dialogs, and outcome verification.
      40
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      A local, dependency-free MCP server that gives AI agents controlled access to the active Windows desktop, enabling automated interaction with applications through screenshots, clicks, typing, and window management.
      90 npm
      MIT

    TDQS

    A3.5/5.0

    Scored across 39 tools

    Disambiguation4/5

    Most tools are cleanly separated by domain prefix (ghost_tab_* for browser tabs, ghost_* for desktop/window automation), and action verbs like find, act, wait, and assert have distinct roles. The main ambiguity is between ghost_snapshot, ghost_see, and ghost_tab_describe, which all produce element-tree-like views and could occasionally be confused.

    Naming Consistency5/5

    All tools share the ghost_ prefix and use consistent snake_case verb-oriented names, with noun qualifiers like ghost_tab_navigate, ghost_browser_launch, and ghost_http_get. Even the bare-verb tools (ghost_act, ghost_wait, ghost_scroll) fit the same pattern without style mixing.

    Tool Count2/5

    39 tools is well beyond the typical well-scoped MCP surface, even for a broad automation toolkit. The toolset covers desktop UI, browser tab automation, shell, HTTP, clipboard, and window management, which arguably belongs split across multiple focused servers. Many tools are specialized enough to earn their place, but the aggregate count is heavy.

    Completeness4/5

    The surface is remarkably complete for its broad purpose: observe, interact, wait, assert, manage windows, drive browser tabs, run shell commands, and make HTTP calls are all covered. Minor gaps exist, such as HTTP only supporting GET/POST and desktop mouse actions being limited to background-friendly patterns, but these do not create dead ends.

    Maintenance

    ActivityActive
    ResponsivenessNo issues