Releases: benjaminr/chrome-devtools-mcp
Releases · benjaminr/chrome-devtools-mcp
v1.0.3
Chrome DevTools Protocol Extension v1.0.3
Installation
- Download the 
.dxtfile from this release - Open Claude Desktop
 - Go to Extensions and install the downloaded file
 
Features
- Start Chrome with debugging enabled
 - Monitor network requests and responses
 - Inspect console logs and errors
 - Analyze page performance metrics
 - Execute JavaScript in browser context
 - Navigate and control browser programmatically
 
Usage
After installation, you can use commands like:
start_chrome_and_connect("localhost:3000")- Connect to your web appget_network_requests()- View HTTP trafficget_console_error_summary()- Analyze JavaScript errors
For full documentation, see the repository README.
Full Changelog: v1.0.1...v1.0.3