chromedevtools
chromedevtools mcp server allows ai coding assistants to automate and debug chrome browsers using devtools features.
development
free
requires coding
Server Statistics
setup time
5 minutes
github stars
16,146
forks
1,015
watchers
16,411
open issues
53
contributors
43
last updated
today
language: typescriptlicense: apache-2.0last release: chrome-devtools-mcp-v0.12.1 (December 12, 2025)
description
enables coding agents to control and inspect a live chrome browser.
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
- step 1: ensure node.js v20.19 or newer is installed.
- step 2: add the mcp server configuration to your client.
- step 3: run the mcp server using the provided command.
configuration example
{"mcpServers": {"chrome-devtools": {"command": "npx", "args": ["-y", "chrome-devtools-mcp@latest"]}}}}tags
mcp-server
puppeteer
chrome-devtools
browser
chrome
debugging
devtools
mcp
typescript
model-context-protocol