Skip to main content
Glama
hashan-lakshitha

Antigravity Browser Operator

Related Servers

Alternatives to Antigravity Browser Operator

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      C
      maintenance
      Enables AI clients to control the user's already-open, logged-in browser pages in real time over a local WebSocket channel, without Playwright, Puppeteer, Selenium, or any browser driver. Exposes tools for navigation, semantic page snapshots, clicking, form filling, JavaScript evaluation, screenshots, network monitoring, cookie handling, and tab management via the CDP.
      20
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables remote AI agents to control a local, authenticated desktop browser over MCP through an outbound WebSocket bridge and Chrome extension, supporting tab management, navigation, page reading, clicking, typing, scrolling, screenshots, and JavaScript evaluation.
      MIT
    • F
      license
      Not graded
      quality
      A
      maintenance
      Enables AI agents to control existing Chrome and Firefox browser sessions locally, including tab management, navigation, form filling, screenshots, and persistent scripts, without remote relays or debugging ports.
      6 npm
      -
    • A
      license
      C
      quality
      A
      maintenance
      Enables AI agents and developers to automate real Chrome/Chromium browsers through the Chrome DevTools Protocol, with token-efficient snapshots, multi-action batching, shadow DOM traversal, system-page control, extension management, and network/WebSocket inspection.
      64
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      Enables AI assistants and terminals to control a user's already logged-in Chrome session, allowing them to navigate pages, read content, click and type, run JavaScript, and inspect console or network activity.
      30
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      Enables AI agents to control the Google Chrome browser through a Node.js WebSocket bridge and a dedicated browser extension. It provides tools for capturing screenshots, executing JavaScript, managing tabs, and extracting page content via the MCP protocol.
      2
      -

    TDQS

    A3.6/5.0

    Scored across 11 tools

    Disambiguation5/5

    Each tool targets a distinct browser action: tab management, navigation, DOM extraction, interaction, screenshots, and JavaScript execution. Although browser_evaluate is a general-purpose escape hatch, its purpose remains clearly separate from the specialized tools.

    Naming Consistency5/5

    All tools use the same browser_ prefix followed by snake_case action names, such as browser_list_tabs and browser_close_tab. The pattern is predictable and easy to scan.

    Tool Count5/5

    Eleven tools is well-scoped for a browser automation server. Each tool covers a distinct capability without obvious redundancy or unnecessary bloat.

    Completeness4/5

    The surface covers core browser automation workflows: tab lifecycle, navigation, DOM inspection, clicking, typing, scrolling, screenshots, and JS evaluation. Minor gaps exist for explicit back/forward/reload navigation or keyboard key presses, but these can often be handled via browser_evaluate or navigation.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues