MCP Directory
Back

chrome-devtools-mcp

by benjaminr · Python · ★ 297

An MCP Server for Chrome DevTools, following the Chrome DevTools Protocol. Integrates with Claude Desktop and Claude Code.

#chrome#chromium#chromium-browser#claude-code#claude-desktop#debugging-tools#dev#dev-tools#frontend#mcp#mcp-server#monitoring-tool

Install

pip install git+https://github.com/benjaminr/chrome-devtools-mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "chrome-devtools-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/benjaminr/chrome-devtools-mcp.git"
      ]
    }
  }
}

From the README

A Model Context Protocol (MCP) server that provides Chrome DevTools Protocol integration through MCP. This allows you to debug web applications by connecting to Chrome's developer tools. **Available as a Claude Desktop Extension (.dxt)** for easy one-click installation! This MCP server acts as a bridge between Claude and Chrome's debugging capabilities. Once installed in Claude Desktop, you can: - Connect Claude to any web application running in Chrome - Debug network requests, console errors, and performance issues - Inspect JavaScript objects and execute code in the browser context - Monit…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers