Chrome DevTools MCP
Inspect and script the live browser
Install Chrome DevTools MCP
Choose the tracked registry command or the raw command.
Tracked wget install
Counts the install in MCP Haus and runs the published command.
wget -qO- https://mcphaus.com/api/install/chrome-devtools-mcp | shDirect install command
Use this when you want to paste the command into an MCP client config manually.
npx -y @chrome-devtools/mcpWhat Chrome DevTools MCP does
Expose Chrome DevTools Protocol commands through MCP. Agents can capture console output, profile performance, manipulate cookies, and execute JavaScript against a live Chrome instance.
How to use Chrome DevTools MCP
Copy the tracked install command to record the download in MCP Haus.
Run it in your terminal, or copy the raw command into an MCP client config.
Open your AI client and add the server to the MCP servers list.
Which AI clients does Chrome DevTools MCP work with?
Chrome DevTools MCP works with every MCP-compatible client, including Claude Desktop, Cursor, Continue, Windsurf, Cline, OpenHands, and Claude Code. Add the install command to your client's MCP configuration and restart the session.
Read the MCP guide