DirectoryChrome Devtools
analytics

Chrome Devtools

by benjaminr

60
Health
good
63
Popularity

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

287stars
44forks
Python
MIT
Updated March 11, 2026
#chrome#chromium#chromium-browser#claude-code#claude-desktop#debugging-tools#dev#dev-tools#frontend#mcp#mcp-server#monitoring-tool

Add to Claude Desktop

Paste this into your claude_desktop_config.json file:

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

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Installation

npx chrome-devtools-mcp

Maintenance Healthgood

Freshness32/40
Issue response15/30
Org backing10/20
Longevity3/10
Updated recently

Server Info

Categoryanalytics
LanguagePython
LicenseMIT
StatusACTIVE

Submit Your Server

Built an MCP server? Get it listed in front of thousands of developers.

List Your Server Free
Back to Directory