Chrome Debug MCP Server
Related Servers
Alternatives to Chrome Debug MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server for browser automation using Playwright to control Chrome browsers.1015 npmMIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables AI assistants to control Chrome browsers through the Chrome DevTools Protocol, allowing for navigation, clicking, typing, and extracting page information.107 npm49MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server for web automation that enables browser control, element interaction, content extraction, and monitoring using Playwright.76 npmISC
- AlicenseBqualityBmaintenanceA Model Context Protocol server that provides comprehensive Electron application automation, debugging, and observability capabilities through Chrome DevTools Protocol integration.4264 npm71MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server for Chrome tab automation using the Chrome DevTools Protocol, enabling AI agents to select tabs, capture screenshots, and interact with web pages via CSS viewport coordinates.9MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that combines Playwright browser automation with DevTools-style monitoring capabilities, enabling AI assistants to automate browser tasks and capture network/console logs.135 npmMIT
TDQS
Scored across 10 tools
Each tool has a clearly distinct purpose with no overlap: click, hover, type_text handle different user interactions; navigate_to, scroll_up/down manage navigation; launch_browser, close_browser, resize_browser control browser state; get_page_content retrieves content. The descriptions clearly differentiate actions like click vs hover or scroll_up vs scroll_down.
Tool names follow a consistent snake_case pattern throughout (e.g., get_page_content, navigate_to). The verb-noun structure is mostly predictable, though some tools use simple verbs like click or hover without objects, which is a minor deviation from the full verb_noun pattern seen in others like resize_browser.
With 10 tools, the count is well-scoped for a Chrome debugging server. Each tool earns its place by covering essential browser automation tasks: launching/closing, navigation, interaction (click, hover, type), scrolling, resizing, and content retrieval. This provides a balanced set without being overwhelming or too sparse.
The toolset covers core browser automation workflows well, including setup (launch_browser), navigation (navigate_to, scroll), interaction (click, hover, type_text), and teardown (close_browser). Minor gaps exist, such as no explicit tool for handling pop-ups, taking screenshots, or executing JavaScript, but agents can work around these with the provided tools for most debugging tasks.