Server Statistics

setup time

5 minutes

github stars

16,146

forks

1,055

watchers

17,133

open issues

59

contributors

43

last updated

1 months ago

language: typescriptlicense: apache-2.0last release: chrome-devtools-mcp-v0.12.1 (December 12, 2025)

description

chromedevtools mcp server allows ai coding assistants to automate and debug chrome browsers using devtools features.

use cases

  • automate browser actions for testing
  • debug network requests in real-time
  • analyze performance metrics from chrome.

technical details

prerequisites

  • node.js 20.19+
  • current stable version of chrome
  • npm

installation steps

  1. step 1: ensure node.js v20.19 or newer is installed.
  2. step 2: add the mcp server configuration to your client.
  3. step 3: run the mcp server using the provided command.

configuration example

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

tags

browser
chrome
chrome-devtools
debugging
devtools
mcp
mcp-server
puppeteer
typescript
model-context-protocol