chrome-mcp
19
The Chrome MCP Server is designed to give users detailed control over a Chrome browser through the Model Context Protocol. It supports various browser automation tools and integrates seamlessly with Roo Code for enhanced development capabilities.
What is the default port for the Chrome MCP Server?
The server starts on port 3000 by default, but this can be changed by setting the PORT environment variable.
How do I enable remote debugging in Chrome?
Start Chrome with the --remote-debugging-port=9222 flag to enable remote debugging.
Can I use the Chrome MCP Server with Node.js?
Yes, the server can be run using Node.js version 14 or higher.
How do I integrate the Chrome MCP Server with Roo Code?
Configure the MCP settings file in Roo Code to include the server's URL and restart Roo Code to apply the changes.
What is the purpose of the getPageInfo tool?
The getPageInfo tool retrieves semantic information about the page, including interactive elements and text nodes.