telexed ~ c / 279b3a65-157radar:80 · agent_toolLIVE
← back
NO.
#279b3a65
Topic
AGENTS & TOOLS
Source
GitHub Trending Weekly
Published
2026-05-27 05:17:20
Importance
★ 8/10 — radar 80
`chrome-devtools-mcp` brings Chrome DevTools to coding agents
FIG-2791:1

`chrome-devtools-mcp` brings Chrome DevTools to coding agents

Coding agents can now inspect live Chrome through MCP: traces, network, screenshots, console, and Puppeteer actions. Useful now for frontend debugging, but isolate sensitive sessions.

[ KEY POINTS ]
  1. Runs as an MCP server for Antigravity, Claude, Cursor, Copilot, and similar agents; also ships a CLI for non-MCP use.
  2. Performance tooling records Chrome traces and can enrich lab results with CrUX field data; disable that path with --no-performance-crux.
  3. Debug surface includes network requests, screenshots, and source-mapped console stack traces, so agents can diagnose UI failures closer to a real browser.
  4. Sensitive browser contents are exposed to connected MCP clients. Use a separate Chrome profile, test account, or throwaway session.
  5. Usage statistics are on by default; opt out with --no-usage-statistics or CHROME_DEVTOOLS_MCP_NO_USAGE_STATISTICS.
Originalgithub.com/ChromeDevTools/chrome-devtools-mcpRead original →

// related