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,543·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,543

// 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
APR 28, 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,543APR 28, 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

Codebase awareness layer for accessing repositories, pull requests, issues, code search, and GitHub Actions. Fine-grained PAT scopes keep access minimal.

24 tools18,000
Vendor4.5

OpenSpec

Fission-AI

The leading spec-driven development workflow for AI agents. Implements the /opsx:propose → /opsx:apply → /opsx:archive cycle that scaffolds proposals, specs, design docs, and task checklists, then applies them and archives once shipped.

7 tools43,650
Vendor4.5

Terraform MCP Server

HashiCorp

Vendor-official Terraform MCP server from HashiCorp. Integrates with the public Terraform Registry (providers, modules, policies) and HCP Terraform / Terraform Enterprise (workspace management, organisation listing, run management, private registry access).

7 tools1,346
Vendor4.2

Browserbase MCP Server

Browserbase

Vendor-built Browserbase MCP server combining cloud browser automation (Browserbase) with natural-language-to-action mapping (Stagehand). 6 tools: start, end, navigate, act, observe, extract. Available as a hosted endpoint at https://mcp.browserbase.com/mcp (LLM costs covered for Gemini) or self-hostable via @browserbasehq/mcp.

6 tools3,295
Vendor4

AWS Infrastructure as Code MCP Server

AWS Labs

AWS Labs server for Infrastructure as Code lifecycle. Validates CloudFormation templates with cfn-lint, checks compliance via cfn-guard against AWS Guard Rules and Control Tower controls, troubleshoots failed deployments with pattern-matched analysis, searches CloudFormation and CDK documentation.

7 tools8,894
Vendor4

Context7

Upstash

Documentation quality layer that fetches current, version-specific library documentation. Resolves library IDs and returns focused doc sections so your agent works with accurate API references.

2 tools8,500
// 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 →