Privacy and advertising choices

Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
AI Agent Analysis
CM

ChromeDevTools/chrome-devtools-mcp

Chrome DevTools for coding agents

stars
49k
Language
TypeScript
GitHub
Source and compliance noteLast synced: Aug 14, 2026

Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.

Original GitHub sourceMethodologyEditorial Policy

Overview

Chrome DevTools for agents (chrome-devtools-mcp) is an MCP server that gives AI coding assistants direct control over a live Chrome browser via DevTools, enabling reliable automation, deep debugging, and performance analysis. Its core value is bridging AI agents with the full power of Chrome DevTools for real-time browser inspection and manipulation.

Installation

Add the MCP config: {"mcpServers":{"chrome-devtools":{"command":"npx","args":["-y","chrome-devtools-mcp@latest"]}}}

Problem solved

It solves the problem of AI agents lacking direct, reliable access to browser internals for debugging and automation. Unlike traditional approaches that rely on limited APIs or screenshots, this provides full DevTools capabilities (network, console, performance traces) with source-mapped stack traces and automatic waiting for action results.

What you can build

Developers can build AI-powered debugging assistants that record performance traces, analyze network requests, take screenshots, and inspect console messages in real time. Real-world use cases include automated performance regression detection, intelligent error reproduction, and AI-driven end-to-end testing. The ceiling is limited only by what Chrome DevTools can do—essentially full browser introspection and control.

Community sentiment

Positive

No community feedback yet.

Concerns

No concerns documented yet.

Bottom line

This tool is ideal for developers building AI coding agents that need deep browser debugging and automation capabilities. It should be avoided if you require support for non-Chrome browsers or are uncomfortable with default usage statistics collection. The key trade-off is powerful browser control versus privacy considerations and Chrome-only support.

Analyzed by Git-Stars - 7/31/2026