docentovich/chrometools-mcp
If you are the rightful owner of chrometools-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Chrometools-MCP is a server designed for Chrome automation using Puppeteer, enabling persistent browser sessions and a suite of tools for web interaction and inspection.
Tools
Functions exposed to the LLM to take actions
ping
Test MCP connection with a simple ping-pong response.
openBrowser
Opens browser and navigates to URL.
click
Click an element and capture result screenshot.
type
Type text into input fields with optional clearing and typing delay.
scrollTo
Scroll page to bring element into view.
getElement
Get HTML markup of element.
getComputedCss
Get all computed CSS styles for an element.
getBoxModel
Get precise dimensions, positioning, margins, padding, and borders.
screenshot
Capture PNG screenshot of specific element.
executeScript
Execute arbitrary JavaScript in page context.
getConsoleLogs
Retrieve browser console logs.
hover
Simulate mouse hover over element.
setStyles
Apply inline CSS styles to element for live editing.
setViewport
Change viewport dimensions for responsive testing.
getViewport
Get current viewport size and device pixel ratio.
navigateTo
Navigate to different URL while keeping browser instance.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client