Chrome DevTools MCP
chrome-devtools-mcp lets coding agents inspect, debug, profile, and control a live Chrome browser through the Model Context Protocol.
Key Features
- Inspect pages, DOM nodes, console messages, network requests, and performance traces.
- Drive browser automation for debugging, reproduction, screenshot capture, and test assistance.
- Works locally with Chrome and keeps browser data under the user's control.
Requirements
- Node.js 22.12.0 or newer.
- Chrome or Chromium installed locally.
- An MCP-compatible client.
Server Configuration
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": ["chrome-devtools-mcp@latest"]
}
}
}
Security Notes
This server can inspect browser tabs and debugging data. Only enable it for trusted workspaces and review browser permissions before use.