Skip to main content
Glama
396,956 tools. Last updated 2026-08-05 13:45

"How to move the mouse and navigate the browser" matching MCP tools:

  • Navigate back to the previous page in browser history. Invalidates current Page Map refs, so you can fetch fresh ones.
    AGPL 3.0
  • Move the mouse over an element using human-like WindMouse movement to trigger dropdown menus or tooltips before clicking.
    MIT
  • Drag the mouse from one screen coordinate to another using CDP mouse events. Dispatches mouseMoved, mousePressed, and mouseReleased to trigger page interactions.
    MIT
  • Switch to, move containers to, rename, or navigate i3 workspaces. Supports follow option for move and reversible actions.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • The Graph MCP — indexed blockchain data via subgraph GraphQL queries

  • the-committee MCP — wraps StupidAPIs (requires X-API-Key)

  • Navigate the browser to a URL and get confirmation with HTTP status, content preview, and interactive elements after the page loads.
    MIT
  • Navigate back to the previous page in browser history, returning the URL and page state. Use to return to search results or listings after clicking into a page, avoiding re-navigation.
    MIT
  • Move the macOS pointer to specified x and y coordinates without clicking. Prevents mouse-up events for hover-only desktop checks.
    MIT
  • Move the mouse cursor over a web page element to trigger CSS hover states and mouse events for dropdown menus, tooltips, and hover-activated controls.
    MIT
  • Navigate to a URL and receive a page snapshot with interactive elements and ref IDs. Required before using other browser commands.
    MIT
  • Move mouse cursor to specified screen coordinates (absolute) or pixel deltas (relative). Supports instant snap or timed glide movement.
    MIT
  • Move the mouse pointer to specified coordinates and idle for a set duration without clicking. Use snap mode for instant movement or glide mode for smooth motion.
    MIT
  • Move the mouse pointer to absolute pixel coordinates to trigger hover states. Follow with screenshot to see the effect.
    MIT