Chrome DevTools MCP
par benjaminr
Debug web applications directly from AI agents via the Chrome DevTools Protocol.
What it does
This MCP server acts as a bridge between AI agents and Chrome's debugging capabilities, allowing you to inspect and debug web applications in real-time through natural conversation.
Tools
start_chrome_and_connect: Launches Chrome with remote debugging and navigates to a URL.get_network_requests: Captures and filters HTTP traffic to debug API calls.get_console_error_summary: Provides an organized list of JavaScript errors and warnings.execute_javascript: Runs arbitrary JS code within the browser context.inspect_console_object: Deeply inspects JavaScript objects and variables.get_performance_metrics: Retrieves detailed timing and resource loading data.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"chrome-devtools": {
"command": "python",
"args": ["/absolute/path/to/chrome-devtools-mcp/server.py"],
"env": {
"CHROME_DEBUG_PORT": "9222"
}
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Installation rapide
mcp install server.py -n "Chrome DevTools MCP" --with-editable .Informations
- Tarification
- free
- Publié
- 4/12/2026
- étoiles







