duquesnay/mcp-chromium-cdp
If you are the rightful owner of mcp-chromium-cdp 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.
Model Context Protocol (MCP) server for controlling Chromium/Chrome via Chrome DevTools Protocol. Cross-platform with automatic reconnection support.
Tools
Functions exposed to the LLM to take actions
chrome_navigate
Navigate to a specific URL
chrome_get_current_url
Get the current page URL
chrome_get_title
Get the page title
chrome_get_content
Get the page HTML content
chrome_get_visible_text
Get visible text from the page
chrome_execute_script
Execute JavaScript in the page
chrome_click
Click an element by CSS selector
chrome_type
Type text into an input field
chrome_screenshot
Take a screenshot (base64)
chrome_open_new_tab
Open a new tab
chrome_close_tab
Close the current tab
chrome_list_tabs
List all open tabs
chrome_reload
Reload the current page
chrome_go_back
Navigate back in history
chrome_go_forward
Navigate forward in history
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client