Skip to content

[GitHub Trending] ChromeDevTools/chrome-devtools-mcp

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

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

Chrome DevTools MCP for coding agents, highly novel and directly useful.

2026-05-23 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 is an open-source MCP server from Google that gives AI coding agents (e.g., Claude, Cursor) full DevTools access for performance tracing, network debugging, and Puppeteer-based automation. It collects usage statistics by default (opt-out via --no-usage-statistics) and supports a slim headless mode for basic tasks.

Key Takeaway

Integrate Chrome DevTools MCP into your agent stack for live browser inspection and performance tracing.

Why it matters

This bridges AI agents with real browser debugging, enabling automated performance analysis and testing workflows directly from agent prompts.

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