Chrome DevTools MCP
Open-source MCP server for live Chrome browser control and DevTools debugging
If your coding agent needs to read source-mapped console errors, analyze network waterfalls, or record Chrome performance traces, this is the only MCP server that delivers those capabilities out of the box. It pairs best with Claude, Cursor, or Copilot for debugging workflows, but it's overkill for simple automation — use slim mode instead.
Verified 16d ago · liveness 87/100 · cite: rightaichoice.com/tools/chrome-devtools-mcp
- AI coding agents needing live Chrome debugging and automation
- Developers building or testing web apps with AI assistance
- Performance analysis of web pages via Chrome DevTools traces
- Automated screenshot and network inspection for AI-driven QA
- Production monitoring of user-facing browsers (exposes all content)
- Basic automation without DevTools features (use slim mode, but may be overkill)
- Non-Chrome browsers (officially supports Google Chrome and Chrome for Testing only)
We scan live Reddit threads, YouTube comments, X posts, G2 reviews and other communities — and hand you an honest verdict in under a minute.
- Honest verdict, not marketing
- Real pros & cons from real users
- Attributed quotes with receipts
3 free scans · no card needed
Skip Chrome DevTools MCP if you need production monitoring, high-concurrency scraping, or basic automation without deep DevTools insight — look at Playwright MCP or browser-use instead.
Chrome DevTools MCP is open-source and free with no hidden costs, making it ideal for individual developers and small teams. Unlike Playwright MCP (free) or browser-use (free), it provides unique DevTools-level analysis at no charge.
In short
Chrome DevTools MCP — Open-source MCP server for live Chrome browser control and DevTools debugging. Best for AI coding agents needing live Chrome debugging and automation, Developers building or testing web apps with AI assistance, Performance analysis of web pages via Chrome DevTools traces. Free to use.
Viability Score
How likely is Chrome DevTools MCP to still be operational in 12 months? Based on 4 signals — momentum (how recently it shipped), wrapper dependency, revenue model, and web presence.
Last calculated: July 2026
How we score →Key Features
- Performance trace recording and insights
- Network request analysis and inspection
- Screenshot capture
- Console message reading with source-mapped stack traces
- Puppeteer-based automation with auto-wait
- Slim mode for basic browser tasks
- Headless mode operation
- CLI usage without MCP client
- Optional CrUX API integration for field data
- Usage statistics with opt-out
- Update checks via npm (configurable)
- Multi-account Chrome support
- Gemini integration via extension
- Source-mapped stack traces in console output
- Auto-wait for action results
About Chrome DevTools MCP
Chrome DevTools MCP is an open-source Model Context Protocol (MCP) server that gives AI coding agents like Claude, Cursor, Copilot, and Amp direct control over a live Chrome browser. It exposes the full Chrome DevTools feature set, enabling performance trace recording, network request analysis, console message reading with source-mapped stack traces, and reliable automation via Puppeteer that waits for action results. Developers can use it to debug React hydration errors by reading live console output, reproduce production bugs with network trace context, or profile slow pages and correlate flamegraph data to component renders. The tool runs locally, requires a Chrome instance, and also provides a CLI for non-MCP usage. Usage statistics are collected by default (opt-out available), and performance tools may send trace URLs to the Google CrUX API (disable with --no-performance-crux). Chrome DevTools MCP is best suited for AI-assisted debugging and automation in controlled dev environments, not production monitoring or sensitive browsing. Unlike Playwright MCP which focuses on automation, Chrome DevTools MCP provides deep DevTools-level insights.
Behind the Verdict
Chrome DevTools MCP is the tool we'd reach for when an AI agent needs to do more than just click around a page — it needs to see console errors with source maps, inspect network requests, and record performance traces. The combination of Puppeteer automation with auto-wait and full DevTools access makes it uniquely valuable for debugging React hydration issues or investigating production bugs with trace context. Compared to Playwright MCP, which focuses purely on automation, Chrome DevTools MCP gives you deeper insights into what the browser is actually doing. Where it bites: it exposes all browser content to the agent, so it's absolutely not for sensitive browsing or production monitoring. Also, usage statistics are on by default — you'll want to opt out if that's a concern. The slim mode helps when you only need basic browser tasks, cutting down on the heavy tool set. Best for teams building AI-assisted debugging pipelines where performance and console insights matter more than raw automation throughput.
Researching Chrome DevTools MCP? Get your full AI stack in 60 seconds.
Free, no signup — tell us your goal and get tools matched to your budget & existing stack.
Real-world workflow fit
Concrete scenarios for the personas Chrome DevTools MCP actually fits — and what changes day-one when you adopt it.
After building a new React component, the developer asks Claude to check for performance bottlenecks.
Outcome: Chrome DevTools MCP records a trace, identifies a slow re-render, and suggests a memoization fix.
The QA engineer asks Copilot to verify that a login form works across three different environments.
Outcome: The agent navigates to each URL, fills in credentials, takes screenshots, and reports any errors — all without manual scripting.
A customer reports a bug that only occurs in a specific browser state.
Outcome: The engineer uses the CLI to launch Chrome, apply the known state, and let the AI inspect network requests and console logs to pinpoint the issue.
Use Cases
- Debug a React hydration error by having your AI read live console output from your app.
- Reproduce a production bug in the browser and get a fix proposal grounded in the network trace.
- Profile a slow page and let the AI correlate flamegraph data to specific component renders.
- Have the AI verify a CSS fix by taking before/after screenshots.
- Automate manual QA steps with AI-assisted browser inspection.
- Navigate through multiple steps in a web app and assert DOM state at each step.
Limitations
- Requires a local Chrome instance — headless mode works but some protocol features need a windowed browser.
- Interacting with sites behind login requires an existing Chrome profile.
- Rate-limited by the local protocol connection; not suitable for high-concurrency scraping.
- Officially supports Google Chrome and Chrome for Testing only.
as of 2026-06-30
12-month cost
Project the real annual outlay, including the implied monthly cost when only an annual tier is published.
Vendor list price only. Add-on usage, seat overages, and contract minimums are surfaced under Hidden costs & gotchas.
Plans compared
For each published Chrome DevTools MCP tier: who it actually fits, and what it adds vs. the previous tier. Cross-reference the cost calculator above for projected annual outlay.
Open Source
$0
Ideal for
Individual developers and teams wanting full browser debugging without spending anything
What this tier adds
Free entry point with all features included, no tier limitations
Where the pricing makes sense
The company stage and team size where Chrome DevTools MCP's pricing actually pencils out — and where peers do it cheaper.
Chrome DevTools MCP is open-source and free with no hidden costs, making it ideal for individual developers and small teams. Unlike Playwright MCP (free) or browser-use (free), it provides unique DevTools-level analysis at no charge.
Setup time & first value
How long it actually takes to get something useful out of Chrome DevTools MCP — broken out by persona, not the marketing-page minute.
Setup takes under 10 minutes: install via npm (npm install -g @browserbasehq/stagehand), ensure Chrome is installed, and run the server. For first-time MCP users, connecting to your agent (e.g., Claude Desktop) may add 5 more minutes.
Switching to or from Chrome DevTools MCP
How to bring data in from common predecessors and how to get it back out — written for the switcher, not the buyer.
- ↗To Playwright MCP: Chrome DevTools MCP offers deeper DevTools features; if you only need basic automation, Playwright MCP is simpler.
Integrations
Resources & Guides
- Resourcegithub.com
GitHub - ChromeDevTools/chrome-devtools-mcp: Chrome DevTools for coding agents
Chrome DevTools for coding agents. Contribute to ChromeDevTools/chrome-devtools-mcp development by creating an account on GitHub.
- Resourcegithub.com
chrome-devtools-mcp/README.md at main · ChromeDevTools/chrome-devtools-mcp
Chrome DevTools for coding agents. Contribute to ChromeDevTools/chrome-devtools-mcp development by creating an account on GitHub.
- Resourcegithub.com
chrome-devtools-mcp/CONTRIBUTING.md at main · ChromeDevTools/chrome-devtools-mcp
Chrome DevTools for coding agents. Contribute to ChromeDevTools/chrome-devtools-mcp development by creating an account on GitHub.
- Documentationgithub.com
chrome-devtools-mcp/docs at main · ChromeDevTools/chrome-devtools-mcp
Chrome DevTools for coding agents. Contribute to ChromeDevTools/chrome-devtools-mcp development by creating an account on GitHub.
Tutorials & Learning
Official links
Tools that pair well with Chrome DevTools MCP
Common stack mates teams adopt alongside Chrome DevTools MCP, with the specific reason each pairing earns its keep.
Alternatives to Chrome DevTools MCP
View allFrequently Asked Questions
Best-of guides
Used Chrome DevTools MCP? Help shape our editorial sentiment research.


