Chrome Debug MCP Server
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
launch_chrome | Launch Chrome in debug mode |
get_console_logs | Get console logs from Chrome |
evaluate | Evaluate JavaScript in Chrome |
click | Click an element on the page |
type | Type text into an input field |
select | Select an option in a dropdown |
hover | Hover over an element |
wait_for_selector | Wait for an element to appear on the page |
screenshot | Take a screenshot of the page or element |
navigate | Navigate to a URL |
get_text | Get text content of an element |
get_attribute | Get attribute value of an element |
set_viewport | Set the viewport size and properties |