Skip to main content
Glama

Related Servers

Alternatives to chrome-debug-mcp

Related Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A Chrome DevTools Protocol-based MCP server that enables AI coding assistants to control browsers for JavaScript debugging, reverse engineering, web scraping, and API debugging.
    866 npm
    1
    Apache 2.0
  • A
    license
    A
    quality
    A
    maintenance
    An MCP server that connects AI agents to a running Chrome tab via the Chrome DevTools Protocol (CDP), enabling runtime debugging and page inspection.
    6
    24
    153 npm
    1
    ISC
  • A
    license
    A
    quality
    D
    maintenance
    A Model Context Protocol server that bridges MCP and the Debug Adapter Protocol, enabling AI coding agents to launch and control debug sessions, set breakpoints, step through code, and inspect variables.
    17
    MIT

TDQS

A3.9/5.0

Scored across 35 tools

Disambiguation3/5

Most core browser and debugging tools are distinct (navigate, click, fill, evaluate), but there is notable overlap between lifecycle and state tools (stop_chrome vs close_instance, restart vs close, get_network_logs vs get_custom_events) and between stepping commands (step_over description incorrectly mentions 'step_over enters functions' while 'step_out' is mentioned but not defined). This ambiguity can cause agent misselection in edge cases.

Naming Consistency4/5

Tool names mostly follow a consistent verb_noun pattern (open_tab, close_tab, list_tabs, set_breakpoint, resume, step_over). There are minor inconsistencies: 'webmcp_*' prefix is a different convention, and some verbs like 'restart', 'stop', 'close' create near-synonyms. Overall pattern is predictable and readable.

Tool Count4/5

With 35 tools, the count is on the heavier side, but the server covers a broad scope: browser lifecycle, tab management, DOM interaction, debugging, performance, network, console, and experimental CDP. Most tools earn their place; a few like enable_proxy_auth and webmcp_* could be bundled, but none feel redundant.

Completeness4/5

The tool surface covers the full browser automation lifecycle (open/close instances and tabs, navigate, interact, inspect, debug, monitor performance, and network). Missing operations include no explicit 'step_out' despite being referenced, and limited screenshot options (no element-specific capture). Minor gaps that agents can work around with evaluate_js or send_cdp_command.

Maintenance

ActivityMaintained
ResponsivenessWithin a week