glovebox-mcp
Related Servers
Alternatives to glovebox-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceMCP server enabling AI agents to control a real Linux browser with live view, human takeover, and safety guardrails.131MIT
- AlicenseBqualityDmaintenanceAn MCP server that provides AI agents with a full Ubuntu desktop environment inside Docker, enabling them to perform complex computer tasks like browsing, coding, testing, and GUI automation.369MIT
- AlicenseAqualityAmaintenanceAn MCP server that gives AI agents local Linux desktop control through tools for screenshots, accessibility, mouse, keyboard, and reliable text input.36MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that gives AI clients controlled access to a real headless browser with domain allowlisting, SSRF protection, per-session isolation, audit logging, and persistent cookies/state across restarts.2 npmMIT
- AlicenseBqualityAmaintenanceA headless, agent-controllable real browser as an MCP server that enables AI agents to navigate, click, fill, eval JavaScript, and take screenshots on localhost and allowed hosts, with no GUI required.274MIT
- AlicenseNot gradedqualityCmaintenanceA framework-agnostic computer-use MCP server that exposes core desktop operations (screen capture, mouse, keyboard, and file access) as standard MCP tools, enabling any MCP-compatible agent to drive a computer.362 npmMIT
TDQS
Scored across 19 tools
Each tool has a distinct, well-defined purpose. Clicking, dragging, scrolling, typing, parsing, etc. are all separate actions without overlap. Even similar tools like click and click_element are differentiated by coordinate vs element id.
Most tools follow a verb_noun pattern (click_element, launch_app, type_text), but a few are just verbs (click, drag, scroll, screenshot, status). However, the pattern is still readable and predictable.
19 tools is well-scoped for a GUI automation server. It covers launching, controlling, inspecting, and managing instances without being overly large or too minimal.
The tool set covers the full lifecycle: create/close instances, list them, interact via clicks, keys, type, scroll, drag, parse screen, get screenshots, handle files, and upload. No obvious gaps for typical automation tasks.