Productivity|Development|AI / MLTypeScript

chrome-devtools-mcp

chrome-devtools-mcp lets your coding agent control and inspect a live Chrome browser.

Free
N/A rating (0 reviews)0 installs33,670 GitHub stars
ChromeDevToolsAutomation

It acts as a Model-Context-Protocol (MCP) server, giving your AI coding assistant access to the full power of Chrome DevTools for reliable automation, in-depth debugging, and performance analysis.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "chrome-devtools-mcp-1": {
      "args": [
        "-y",
        "chrome-devtools-mcp"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.