Navigate:
Chrome DevTools MCP
~$CDM3.0%

Chrome DevTools MCP: Browser automation for AI

MCP server that provides AI coding assistants with Chrome DevTools access for browser automation and debugging.

LIVE RANKINGS • 09:50 AM • STEADY
TOP 25TOP 25TOP 25TOP 25TOP 25TOP 25TOP 25TOP 25TOP 25TOP 25TOP 25TOP 25
OVERALL
#11
4
DEVELOPER TOOLS
#2
1
30 DAY RANKING TREND
ovr#11
·Devel#2
STARS
26.8K
FORKS
1.6K
7D STARS
+793
7D FORKS
+29
See Repo:
Share:

Learn more about Chrome DevTools MCP

Chrome DevTools MCP is a Model Context Protocol (MCP) server that connects AI coding assistants to Chrome browser instances. It uses Puppeteer for browser automation and the Chrome DevTools Protocol for debugging capabilities. The server exposes browser control, performance analysis, network inspection, and screenshot functionality through standardized MCP tools. AI assistants can automate web interactions, analyze performance traces, debug JavaScript, and inspect network requests in real-time.

Chrome DevTools MCP

1

DevTools Integration

Direct access to Chrome DevTools Protocol for performance tracing, network analysis, and console debugging with source-mapped stack traces.

2

MCP Architecture

Implements Model Context Protocol standard, making it compatible with multiple AI coding assistants including Claude, Copilot, and Cursor.

3

Puppeteer Automation

Uses Puppeteer for reliable browser automation with automatic waiting and action result verification.


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

vchrome-devtools-mcp-v0.17.3

chrome-devtools-mcp: v0.17.3

  • remove clean from prepare (#997) (2016b98)
vchrome-devtools-mcp-v0.17.2

chrome-devtools-mcp: v0.17.2

  • check that combobox is actually a select element before filling out options (#979) (d2bc489)
  • handle network request pagination correctly (#980) (0d9f422)
  • Add a note about previously installed server installations (#982) (c0009f7)
  • update codex doc URL (#987) (ebbbea7)
  • network:** de-duplicate String and JSON formatters (#985) (1896dbb)
vchrome-devtools-mcp-v0.17.1

chrome-devtools-mcp: v0.17.1

  • Add 'Progressive Complexity' and 'Reference over Value' design principles. (#939) (8d765c0)
  • add Katalon Studio setup instructions to README (#929) (6cfef24)
  • add MCP config for Claude plugin + docs (#944) (a781da4)
  • estimate tokens using tiktoken (#959) (fd0a919)
  • improve Claude Code installation instructions (#947) (3ec5b7e)

See how people are using Chrome DevTools MCP

Loading tweets...


[ EXPLORE MORE ]

Related Repositories

Discover similar tools and frameworks used by developers