Chrome DevTools MCP
Give your AI agent full access to a live Chrome session
Chrome DevTools MCP is an official MCP (Model Context Protocol) server from Google's Chrome DevTools team that gives AI coding agents — Claude, Cursor, Cline, GitHub Copilot — full, bidirectional access to a live Chrome browser session. Agents can click, fill forms, inspect the DOM, run JavaScript in the console, monitor network traffic, capture screenshots, run Lighthouse performance audits, and attach to existing authenticated sessions without re-entering credentials. Unlike headless browser automation tools that spin up a fresh, blank Chrome instance, Chrome DevTools MCP attaches to your already-signed-in browser. That means agents can meaningfully interact with apps requiring auth — personal email, internal dashboards, SaaS tools — without exposing credentials in plaintext. For developers building or debugging web apps, this collapses the gap between writing code and interacting with the live product. The project hit 35,000+ GitHub stars within days of appearing on GitHub Trending, one of the fastest ascents of any MCP server to date. The organic demand signals a shift: developers don't just want agents that write code, they want agents that can see and interact with the browser the same way a human tester would.
Panel Reviews
The Builder
Developer Perspective
“This is the missing piece for AI-assisted web development. My agent can now write a component, open Chrome, visually inspect it, run Lighthouse, and file a bug — all without me touching the keyboard. The existing-session attachment is the killer feature; no more surrendering credentials to a headless browser.”
The Skeptic
Reality Check
“Handing an AI agent full Chrome access in your authenticated session is a significant attack surface. One prompt injection from a malicious webpage and your agent is executing arbitrary actions on every logged-in account in your browser. The project has no sandboxing or action approval layer yet — for anything beyond local dev, I'd wait for a security audit.”
The Futurist
Big Picture
“Browser-native agent access was always the obvious end state — this is just the first time it's come from the team that actually owns the DevTools protocol. The combination of MCP standardization + official Chrome backing creates a durable foundation that third-party tools will build on for years.”
The Creator
Content & Design
“For front-end designers, this is huge — I can now ask my agent to screenshot my live prototype, compare it against a Figma export, and highlight visual regressions. No more manually diffing screenshots between builds. It turns visual QA from a chore into something the agent just handles.”
Community Sentiment
“Security concerns about attaching to authenticated sessions”
“35K stars in days — fastest MCP server ever?”
“Agents that can finally use your real browser”