Chrome DevTools MCP
v2026.6Google (Chrome DevTools team)
Google's official MCP server that gives AI agents full Chrome control via the Chrome DevTools Protocol. Around 26 tools span input automation, navigation, performance tracing and insights, network inspection, console debugging, and screenshots — making it the reference server for AI-assisted web debugging and performance work.
Trust Vector Analysis
Dimension Breakdown
🚀Performance & Reliability+
Review of CDP connection handling for launched and attached Chrome instances
Hands-on testing of click, fill, navigate, and wait tools against common web applications
Validation of trace recording and insight extraction against DevTools Performance panel output
Error-path testing including navigation failures, missing elements, and dropped CDP connections
Multi-step workflow stability testing across navigation, input, and inspection tools
🛡️Security+
Threat modeling of untrusted page, console, and network content entering the agent context
Capability analysis of in-page JS evaluation under adversarial agent steering
Analysis of attach-to-running-Chrome mode and access to authenticated browser state
Review of isolation options (fresh profile, headless, channel selection) versus attach mode
Authorization boundary analysis of write-capable browser actions
🔒Privacy & Compliance+
Data flow analysis of inspection tool outputs (network, console, screenshot, snapshot)
Privacy controls assessment of network and console inspection outputs
Review of local execution model and data residency
Data sharing pathway analysis
👁️Trust & Transparency+
Documentation completeness and accuracy review
Source code and license review
Logging and observability assessment
Maintainer reputation and project health analysis
⚙️Operational Excellence+
Setup complexity assessment across MCP hosts
Latency and token-efficiency evaluation of common debugging workflows
Feature completeness assessment against web debugging and automation needs
Adoption metrics and ecosystem-integration analysis
Commit frequency and release-cadence analysis
- +First-party Chrome DevTools data: real performance traces, insights, network and console inspection
- +Maintained by Google's Chrome DevTools team with very high adoption (43.3k stars)
- +~26 well-documented tools spanning automation, debugging, tracing, and screenshots
- +Direct CDP control is fast and exposes capabilities no other browser MCP offers
- +Runs fully locally over stdio with no vendor telemetry
- +Can attach to an existing Chrome session for debugging real user state
- !Attaching to a running Chrome hands the agent full control of logged-in sessions and open tabs
- !Indirect prompt injection from malicious pages is explicitly acknowledged and unmitigated
- !Arbitrary JavaScript evaluation in pages enables exfiltration if the agent is steered
- !Network and console outputs can leak tokens, credentials, and PII to the LLM provider verbatim
- !Chrome-only — no Firefox or WebKit coverage
- !No origin allow/block filtering to restrict which sites the agent may visit
Use Case Ratings
code generation
Best-in-class for letting coding agents verify changes in a real browser and debug performance, network, and console issues
data analysis
Strong for performance-trace analysis and network-payload inspection; less aimed at general data extraction
research assistant
Capable interactive browsing, but security posture favors dev/debugging use over open-web research
education
Excellent for teaching web performance and debugging — agents can demonstrate DevTools concepts live
customer support
Can reproduce reported web issues, but session-exposure risk demands isolated profiles