MCPNews

The Model Context Protocol ecosystem, verified

Current spec 2026-07-28

Chrome DevTools MCP

Spec Support Unverified First-party Confidence: Good (0.85)

Chrome DevTools MCP is an MCP server published by Google; its MCP spec-revision support has not been verified yet. It is the first-party server from Google. Last verified 2026-08-14.

Does Chrome DevTools MCP support the current MCP specification (2026-07-28)?

Undetermined. We have not verified which MCP specification revision Chrome DevTools MCP supports (as of 2026-08-14).

Is Chrome DevTools MCP a first-party (official) MCP server?

Yes. Chrome DevTools MCP is the first-party MCP server published by Google (last verified 2026-08-14).

How do I connect to Chrome DevTools MCP?

Chrome DevTools MCP is available via the package npm:chrome-devtools-mcp, the official MCP Registry under io.github.ChromeDevTools/chrome-devtools-mcp, the source repository at https://github.com/ChromeDevTools/chrome-devtools-mcp. Authentication: none. Transports: stdio.

When were Chrome DevTools MCP's facts last verified?

2026-08-14. Each fact on this page links to the sources used to verify it.

Chrome DevTools MCP gives a coding agent control of a live Chrome browser with the Chrome DevTools feature set: performance trace recording and insights, network and console inspection, screenshots, and Puppeteer-based input automation. The README scopes support precisely: the server "officially supports Google Chrome and Chrome for Testing only."

It runs locally over stdio via npx -y chrome-devtools-mcp@latest, spawning or attaching to a local Chrome instance; flags exist for attaching to an already-running browser over its remote-debugging endpoint. No hosted remote endpoint exists and the MCP transport itself carries no authentication. The README warns that the server "exposes content of the browser instance to the MCP clients," including any data visible in the browser.

The Google relationship is verifiable on two surfaces: the package.json author field reads "Google LLC", and developer.chrome.com published the launch post announcing "a public preview for the new Chrome DevTools Model Context Protocol (MCP) server", linking this repository. One operational fact worth knowing: Google collects usage statistics from the tool, enabled by default, with an opt-out via the --no-usage-statistics flag; the README states this collection is independent from Chrome browser metrics.

No surface names a supported MCP specification revision. The changelog and release notes through v1.6.0 (2026-07-14) contain no revision statement; SECURITY.md cites the MCP roots capability by linking the 2025-06-18 spec section, which documents a feature reference rather than a revision claim; and the declared @modelcontextprotocol/sdk 1.30.0 devDependency is not evidence of revision support. spec_status is therefore unknown.

How widely adopted is Chrome DevTools MCP?

Ranked #4 in The MCP 500 with Adoption Index 94.36 (snapshot , methodology v1).

Measurement Value Source
Official MCP Registry yes API ·
npm downloads (weekly) 1,608,580 API ·
GitHub stars 49,178 API ·
GitHub forks 3,425 API ·
Last push 2026-08-14T14:36:58Z API ·
Repository archived no API ·

How was this verified, and what are the sources?

Verified · method: repo-readme · confidence 0.85 (Good).

  1. Official MCP Registry record io.github.ChromeDevTools/chrome-devtools-mcp version 1.6.0 - npm package chrome-devtools-mcp, stdio transport, repository ChromeDevTools/chrome-devtools-mcp, no remote endpoint listed - accessed
  2. ChromeDevTools/chrome-devtools-mcp README - the server "lets your coding agent ... control and inspect a live Chrome browser" with DevTools debugging, performance tracing and Puppeteer automation; run via npx -y chrome-devtools-mcp@latest over stdio; states "officially supports Google Chrome and Chrome for Testing only", that "Google collects usage statistics" with collection "enabled by default" and an opt-out via --no-usage-statistics; package.json author field reads "Google LLC" - accessed
  3. developer.chrome.com blog post - "We're launching today a public preview for the new Chrome DevTools Model Context Protocol (MCP) server", linking the ChromeDevTools/chrome-devtools-mcp repository from a Google-controlled domain - accessed
  4. Chrome DevTools MCP releases - latest chrome-devtools-mcp-v1.6.0 published 2026-07-14; release notes carry feature and fix bullets with no spec revision named - accessed
  5. Staleness re-verification via the GitHub API - repository ChromeDevTools/chrome-devtools-mcp active (pushed 2026-08-14, not archived), latest release chrome-devtools-mcp-v1.7.0 (2026-08-10); entity facts unchanged - accessed