Skip to main content
Glama

Related Servers

Alternatives to unbrowser

  • A
    license
    A
    quality
    D
    maintenance
    A Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots without requiring screenshots or visually-tuned models.
    22
    6,706,544 npm
    Apache 2.0
  • A
    license
    A
    quality
    D
    maintenance
    Enables cloud browser automation through Browserbase and Stagehand, allowing LLMs to interact with web pages, take screenshots, extract data, and perform automated actions with support for proxies, stealth mode, and parallel sessions.
    14
    1,613 npm
    Apache 2.0

Related Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Headless browser automation for LLM agents via REST API or MCP tools. Enables navigating pages, reading structured content, clicking elements, filling forms, and executing JavaScript.
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    Agent-native headless browser for AI agents. Converts web pages to a Semantic Object Model (SOM) instead of raw HTML — 17x average token reduction across real-world sites (up to 117x on complex pages). Native MCP server with fetch_page, extract_text, extract_links, and full browser automation. No API key required.
    35 npm
    Apache 2.0
  • A
    license
    Not graded
    quality
    A
    maintenance
    A lightweight MCP server for browser automation that gives AI agents navigate, screenshot, and extract tools via a single small binary, without needing Node.js or Playwright. It provides CDP-based browser control with efficient startup and resource usage.
    23
    MIT

TDQS

B3.4/5.0

Scored across 32 tools

Disambiguation2/5

Several tools overlap heavily: text, text_main, text_clean, find_text, and query_text all retrieve text in similar ways; extract_table/table_to_json is a pure alias; discover/route_discover and click/activate also have unclear boundaries. The descriptions are detailed, but an agent could easily select the wrong tool among the text and extraction families.

Naming Consistency3/5

All names are readable snake_case, but conventions are mixed: single-word verbs/nouns (body, text, query, click), noun-first compounds (cookies_set, network_stores_clear), and special forms (table_to_json) coexist. The naming is predictable within families but not consistently verb_noun across the whole set.

Tool Count2/5

32 tools exceeds the heavy threshold, and several entries are redundant or near-duplicates, such as table_to_json being an explicit alias for extract_table and the overlapping text and extraction tools. The broad scope explains some of the count, but the set would be stronger with fewer, more distinct tools.

Completeness4/5

The core lifecycle is well covered: navigate, query DOM, extract structured data, interact via click/type/submit, inspect network captures, and manage cookies. Minor gaps exist, such as no wait-for-selector, iframe handling, or navigation history, but agents can work around these with eval, settle, and the existing extraction tools.

Maintenance

ActivitySlowing
ResponsivenessResponsive