Skip to content

[GitHub Trending] ChromeDevTools/chrome-devtools-mcp

8.8 relevance
Score Breakdown
technical depth
7
novelty
8
actionability
9
community
8
strategic
6
personal
9

Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.

Chrome DevTools MCP for coding agents is highly relevant, novel, and immediately useful.

2026-05-22 ai/ml GitHub Trending
Chrome DevTools for coding agents. Contribute to ChromeDevTools/chrome-devtools-mcp development by creating an account on GitHub.
Summary

Chrome DevTools MCP, an official open-source project from the Chrome DevTools team, acts as an MCP server that lets coding agents (e.g., Claude, Cursor, Copilot) control and inspect a live Chrome browser using Puppeteer for automation. It provides advanced debugging, performance tracing with CrUX field data integration, and source-mapped console output, though it's only officially supported on Chrome/Chrome for Testing. Usage statistics are collected by default but can be disabled via the `--no-usage-statistics` flag or environment variables.

Key Takeaway

Integrate chrome-devtools-mcp into your agent toolchain to gain live browser tracing and network inspection without manual DevTools interaction.

Why it matters

This bridges LLM agents with real browser DevTools capabilities, enabling automated debugging, performance analysis, and reliable web interaction directly from your AI-assisted development workflows.

Full Article

Chrome DevTools for agents Chrome DevTools for agents ( chrome-devtools-mcp ) lets your coding agent (such as Antigravity, Claude, Cursor or Copilot) control and inspect a live Chrome browser. It acts as a Model-Context-Protocol (MCP) server, giving your AI coding assistant access to the full power of Chrome DevTools for reliable automation, in-depth debugging, and performance analysis. A CLI is also provided for use without MCP. Tool reference | Changelog | Contributing | Troubleshooting | Design Principles Key features