chrome-tools-MCP
26
Chrome Tools MCP Server provides a suite of tools for remote interaction with Google Chrome through the DevTools Protocol. It allows users to manage Chrome tabs and perform actions like executing scripts and capturing network events. A notable feature is its ability to optimize screenshots for AI consumption.
list_tabs
List all available Chrome tabs
execute_script
Execute JavaScript code in the specified tab
capture_screenshot
Capture screenshots of specified tabs and automatically optimize for use by AI models
capture_network_events
Monitor and capture network events on specified tabs
load_url
Navigate the tab to the specified URL
query_dom_elements
Query and retrieve details of the DOM element matching the CSS selector
click_element
Click on the DOM element and capture the console output triggered by the click