An MCP (Model Context Protocol) server for automating Chrome browser operations. It connects to a locally running Chrome instance using the browser_use library, enabling browser automation through natural language instructions.
| Tool | Description |
|---|---|
browser_use_local_chrome |
Execute browser operations via natural language |
get_page_source |
Retrieve HTML source of the active tab |
get_visible_screenshot |
Screenshot of the visible area |
get_full_screenshot |
Screenshot of the entire page |
super_reload |
Cache-ignoring reload (CDP / shortcut / JS fallback) |