Ghosthand
Related Servers
Alternatives to Ghosthand
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceThis MCP server enables natural, humanized control of a real Chrome browser from Cursor agents, simulating natural mouse paths, typing cadence, and scroll pauses for click, type, scroll, and navigate actions via a Chrome extension.-
- AlicenseBqualityCmaintenanceEnables AI agents to automate browsers via Playwright MCP with human-like mouse movements, typing, clicks, and scrolling to avoid anti-bot detection.247 npmApache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables real browser automation as tools in Cursor, Claude Desktop, Windsurf, and any MCP-compatible client, allowing AI agents to interact with web pages through natural language.8 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables browser automation through MCP clients like Claude or Cursor, using the client's existing LLM without requiring an additional API key.Apache 2.0
- AlicenseNot gradedqualityBmaintenanceUnofficial open-source MCP bridge that gives Cursor agents hands in your real Chrome browser. Enables navigation, clicking, filling, screenshots, and other browser actions with permission modes.12 npmMIT
- AlicenseAqualityAmaintenanceEnables browser automation for coding agents via MCP, allowing them to open pages, search, extract data, click, type, and complete multi-step tasks with fast single-round-trip decisions.143MIT
TDQS
Scored across 15 tools
Each tool has a clearly distinct purpose: clicking methods separate from finding, typing from pressing keys, scrolling from navigation, etc. Even similar tools like click and click_text are differentiated by whether a ref or text is used.
Naming conventions are mixed: single verbs (click, drag, hover) coexist with underscore-separated verb_noun (click_text, press_key) and verb_preposition (move_to, wait_for). While all lowercase, the lack of a uniform pattern may cause slight confusion.
15 tools is well-scoped for browser automation, covering navigation, interaction, page reading, waiting, and screenshots without being bloated or sparse.
Core browser automation features are present (click, type, navigate, scroll, read page, wait). Minor gaps like tab management, cookies, or back/forward navigation are absent, but the set handles common workflows effectively.