chrome-debug-mcp

JavaScript

An MCP server to allow you to debug webpages using LLMs

Protocol Implementations
Developer Tooling
Browser & Web Automation

Architecture and Design Patterns

The architecture is centered around providing an MCP server interface to control and debug Chrome. It leverages a modular design, separating concerns like Chrome launching, page interaction, and debugging capabilities. The use of Puppeteer and chrome-remote-interface suggests an event-driven, asynchronous programming model. Roo Code integration indicates a plugin-based approach for extending functionality.

About

Language

JavaScript

Stars

7

Categories

Protocol ImplementationsDeveloper ToolingBrowser & Web Automation