AUTOMATIONSWITCH
VendorDev Tools

Chrome DevTools for Agents

by Google · Chrome DevTools team

Vendor-official Chrome DevTools MCP server from the Chrome DevTools team at Google. Lets agents control and inspect a live Chrome browser for automation, debugging, and performance analysis.

37,989·6 tools·Released SEP 2025·Apache-2.0
npx -y chrome-devtools-mcp@latest
Share:

Chrome DevTools for Agents gives an AI coding agent the same browser inspection toolkit a human developer uses. It records performance traces and extracts actionable insights, captures screenshots, reads console messages with source-mapped stack traces, and analyses network requests, all driven through Puppeteer for reliable automation. Google ships this as `chrome-devtools-mcp` on npm with full vendor backing from the Chrome DevTools team. The architectural decision worth noting: Google chose to integrate with Chrome DevTools' existing performance API including the Chrome User Experience Report (CrUX) for real-user data, which puts field measurements alongside lab measurements in the agent's hands. The disclosure operators should read carefully: usage statistics are enabled by default, and the README documents how to opt out (`--no-usage-statistics` flag or environment variables). For privacy-sensitive deployments, opting out is one config line.

Reviewed by M. Nouriel · APR 2026

INSTALL THIS SERVER

{ "mcpServers": { "chrome-devtools": { "command": "npx", "args": [ "-y", "chrome-devtools-mcp@latest" ] } } }
PrereqRequires Node.js 20.19+ and Google Chrome (current stable). For privacy-sensitive workflows, add `--no-usage-statistics` to args. For basic browser tasks, use `--slim` to reduce tool surface area. Path: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS).
{ "mcpServers": { "chrome-devtools": { "command": "npx", "args": [ "-y", "chrome-devtools-mcp@latest" ] } } }
{ "mcpServers": { "chrome-devtools": { "command": "npx", "args": [ "-y", "chrome-devtools-mcp@latest" ] } } }
{ "mcpServers": { "chrome-devtools": { "command": "npx", "args": [ "-y", "chrome-devtools-mcp@latest" ] } } }
{ "mcpServers": { "chrome-devtools": { "command": "npx", "args": [ "-y", "chrome-devtools-mcp@latest" ] } } }

6 TOOLS AVAILABLE

record_performance_trace
Record a Chrome DevTools performance trace and extract actionable insights
Read
analyze_network_requests
Inspect network requests in the active tab
Read
capture_screenshot
Take a screenshot of the active tab or a specific element
Read
read_console_messages
Read browser console messages with source-mapped stack traces
Read
navigate_browser
Drive the browser via Puppeteer (navigate, click, fill, wait)
Write
evaluate_javascript
Run a JavaScript expression in the active tab
Admin

OUR ASSESSMENT

Strengths
  • Vendor-official from the Chrome DevTools team at Google; same engineers who build Chrome DevTools maintain the MCP server.
  • Performance trace recording with CrUX integration places real-user data alongside lab measurements in the agent's context.
  • Slim mode (`--slim`) for basic browser tasks reduces tool surface area for agents that only need a handful of capabilities.
  • Active development with current Chrome support; commits to the latest Extended Stable Chrome version.
Weaknesses
  • Officially supports Google Chrome and Chrome for Testing only; other Chromium browsers may work with caveats.
  • Usage statistics are enabled by default; operators handling privacy-sensitive workflows should opt out via `--no-usage-statistics` or `CHROME_DEVTOOLS_MCP_NO_USAGE_STATISTICS` env var.
  • Browser inspection exposes page content to the MCP client; the README warns against sharing sensitive or personal information that should stay private.
Security Notes

The server exposes browser content to the MCP client, allowing inspection, debugging, and modification of any data in the browser or DevTools. The README warns explicitly against sharing sensitive or personal information through this surface. Usage statistics are collected by Google by default for product improvement, with `--no-usage-statistics` and the `CHROME_DEVTOOLS_MCP_NO_USAGE_STATISTICS` env var providing opt-out paths. Performance trace URLs may be sent to the Google CrUX API for real-user data; `--no-performance-crux` disables this. For CI environments, the `CI` env var also disables usage statistics automatically.

Best For

Teams whose agents need to inspect, debug, or measure web applications. Performance tuning, accessibility audits, and visual regression workflows.

TECHNICAL DETAILS

Language
typescript
Transport
stdio
Clients
Claude DesktopClaude CodeCursorVS CodeWindsurf
License
Apache-2.0
npm
chrome-devtools-mcp
Last Release
chrome-devtools-mcp-v0.23.0APR 22, 2026
First Released
SEP 15, 2025

ADOPTION METRICS

// GitHub Stars
37,989

// Reading this37.5k stars in seven months reflect strong adoption from agent-driven web development teams. Vendor-official status from the Chrome DevTools team validates the integration depth.

// Popularity Rank
#2
Globally · #2 in Dev Tools

// Reading thisSecond-ranked overall and second in dev-tools, behind OpenSpec. The Puppeteer-backed automation pairs well with web testing workflows.

SOURCES & VERIFICATION

We don't take any single directory's word for it. Before scoring, we cross-reference 5 public MCP sources, install the server ourselves against the clients we cover, and record when we last re-verified.

01
Discovered
Manual submission
First indexed APR 28, 2026
02
Cross-referenced
5 directories
PulseMCP, MCPMarket, Official MCP Registry, Awesome MCP Servers, Smithery
03
Verified against
Claude Desktop, Cursor, VS Code, Windsurf, Gemini, Copilot
Installed and tested across clients
04
Last re-checked
MAY 3, 2026
Weekly re-verification
// How other directories see it

The same server, 5 different lenses. We reconcile these signals into our editorial score, which is why our number sometimes diverges from a directory-aggregate star count.

SourceTheir ratingTheir star countTheir downloadsLast synced
AutomationSwitch This page4.5editorial37,989MAY 3, 2026
PulseMCP— unratedunavailableunavailableAPR 28, 2026
MCPMarket— unratedunavailableunavailableAPR 28, 2026
Official MCP Registry— unratedunavailableunavailableAPR 28, 2026
Awesome MCP Servers— unratedunavailableunavailableAPR 28, 2026
Smithery— unratedunavailableunavailableAPR 28, 2026

// Counts are directory-reported; we don't adjust them. Discrepancies usually come from different snapshot times or star-caching.

OTHER DEV TOOLS MCP SERVERS

Official5

GitHub

GitHub

Official GitHub MCP server. 29,469 stars, MIT, 33 commits on main in the last 30 days. Repo, issue, PR, action, and code search tools backed by the GitHub REST + GraphQL APIs.

24 tools29,469
Official4.7

Playwright

Microsoft

Official Microsoft Playwright MCP server. Browser automation tools (navigate, click, fill, screenshot, evaluate JS, network capture) backed by Playwright. 31,942 stars, 35 commits/30d, Apache-2.0.

11 tools31,942
Official4.7

MCP Registry

Model Context Protocol

The community-driven registry service for MCP servers, maintained by the Model Context Protocol project. Discover, list, and validate MCP servers from inside agents. 6,781 GitHub stars and 65 commits on main in the last 30 days.

5 tools6,781
Official4.6

MCP Inspector

Model Context Protocol

The official MCP debugging and testing tool maintained by the Model Context Protocol project. Visual inspector for MCP servers: invoke tools, inspect transports, validate protocol behaviour during development. 9,647 GitHub stars and 32 commits on main in the last 30 days.

6 tools9,647
Official4.6

XcodeBuild MCP

Sentry (getsentry org)

MCP server and CLI for agent use of Xcode build tools. Build, test, run, and inspect iOS, macOS, watchOS, and visionOS projects from inside agents. 5,429 GitHub stars and 95 commits on main in the last 30 days. Maintained by Sentry.

7 tools5,429
Community4.6

GitLab MCP

zereight

GitLab MCP with 60+ tools covering merge requests, repositories, issues, branches, commits, files, discussions, draft notes, approvals, pipelines, and OAuth multi-user support. 54 commits on main in the last 30 days.

9 tools1,449
// Get in touch

DISCUSS YOUR
MCP REQUIREMENTS.

Evaluating a server, scoping an internal deployment, or working out whether MCP is the right fit at all. Start the conversation and we will point you at the right piece of the ecosystem.

Discuss Your MCP Requirements →