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.
navigate
Navigate to the specified URL
click
Click on the specified coordinates
type
Enter text in current focus
clickElement
Click on page element via index
getText
Get element text content through CSS selector
getPageInfo
Get the semantic information of the page, including interactive elements and text nodes
getPageState
Get the current page status, including URL, title, scroll position, and viewport size