Skip to main content
Glama

Related Servers

Alternatives to SeleniumBase MCP

  • A
    license
    A
    quality
    B
    maintenance
    Enables MCP clients like Claude Desktop and Claude Code to drive a real browser with SeleniumBase automation. Offers three variants: WebDriver-based general automation, Pure CDP Mode for bot-detection bypass, and a broad SB() API with MFA and downloads.
    126
    24
    915 PyPI
    8
    MIT

Related Servers

  • A
    license
    A
    quality
    D
    maintenance
    Stealth browser automation for AI agents, using source-patched Chromium to bypass bot detection systems like Cloudflare, reCAPTCHA, and FingerprintJS.
    28
    Apache 2.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides browser automation with enhanced anti-detection using undetected-chromedriver, enabling robust web scraping and interaction with sites that employ bot protection measures. It is fully compatible with server-puppeteer and includes network traffic monitoring capabilities.
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables browser automation with anti-detection features, including navigation, interaction, form filling, and session management.
    22
    38 PyPI
    10
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server for stealth browser automation that uses human-like interaction patterns to bypass bot detection via the Chrome DevTools Protocol. It enables users to navigate, interact with elements, and capture data from websites using undetectable behaviors like Bezier mouse movements and Gaussian typing delays.
    107 npm
    1
    MIT

TDQS

A4.5/5.0

Scored across 24 tools

Disambiguation4/5

Most tools are cleanly separated by action and resource, and the condition trio (check_if_condition, wait_for_condition, assert_condition) is well differentiated. hover_action and click_element have minor overlap, and run_javascript intentionally overlaps with other tools but is clearly marked as a last resort.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern, with clear families like manage_*, get_*, and *_condition. The naming accurately reflects each tool's behavior and makes the API predictable.

Tool Count3/5

24 tools is on the heavy side for an MCP surface, even though each tool covers a distinct browser automation need. The count approaches the upper limit of what an agent can comfortably understand and select from during a task.

Completeness4/5

The toolset covers the core browser lifecycle, navigation, content extraction, interaction, waiting/asserting, storage, cookies, and JavaScript execution. Obvious gaps like dedicated iframe switching and file upload/download handling are missing, but most workflows can be completed with workarounds.

Maintenance

ActivityActive
ResponsivenessResponsive