chrome-debug-mcp
31
An MCP server to allow you to debug webpages using LLMs
What is the purpose of the Chrome Debug MCP Server?
It is designed for controlling Chrome with debugging capabilities, userscript injection, and extension support.
What are the prerequisites for using this server?
You need Node.js, Chrome browser, Visual Studio Code, and the Roo Code Extension.
How can I inject a userscript into a web page?
Use the 'launch_chrome' tool with the 'userscriptPath' argument to specify the path to your userscript.
Can I manage multiple tabs with this server?
Yes, you can list, open, switch, and close tabs using the provided tools.
Does the server support remote debugging?
Yes, it supports remote debugging via the Chrome DevTools Protocol.