ChromeDevTools/chrome-devtools-mcp

Chrome DevTools for coding agents

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 38 minutes ago
Added to GitGenius on December 14th, 2025
Created on September 11th, 2025
Open Issues & Pull Requests: 94 (+1)
Number of forks: 3,477
Total Stargazers: 49,622 (+2)
Total Subscribers: 243 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.9 hours
Mean response time: 4.2 days
90th percentile: 6.1 days
Tracked items: 494

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 89% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 47% of tracked open issues have had no activity in three months. Only 8% of issues opened in the past year have been closed. Three people close 72% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 71
New in 7 days: 3
Closed in 7 days: 7
Avg open age: 90 days
Stale 30+ days: 50
Stale 90+ days: 34

Recent activity

Opened in 7 days: 2
Closed in 7 days: 7
Comments in 7 days: 16
Events in 7 days: 45

Top labels

  • confirmed (130)
  • collecting-feedback (82)
  • feature (78)
  • p3 (9)
  • evals (7)
  • p1 (7)
  • client-claude (6)
  • p2 (3)

Detailed Description

Chrome DevTools for agents is an MCP server that lets coding agents control and inspect a live Chrome browser through the Model-Context-Protocol.

The tool solves the problem of giving AI coding assistants reliable access to browser automation and debugging capabilities. It works by exposing Chrome DevTools functionality through an MCP server interface, allowing agents to record performance traces, analyze network requests, take screenshots, inspect console messages with source-mapped stack traces, and automate browser actions using Puppeteer. The tool automatically waits for action results to ensure reliable automation.

Developers should adopt this tool if they are building AI coding agents that need to interact with web applications or perform browser-based testing and debugging. It suits projects where an agent needs to gather performance insights, debug web applications, or automate browser workflows. The tool officially supports Google Chrome and Chrome for Testing; other Chromium-based browsers may work but are not guaranteed. A CLI is also provided for use cases that do not involve MCP.

The project maintains a substantial base of adopters, as evidenced by the fact that almost all open issues are raised by outside users rather than the core team. Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker is dominated by confirmed issues, feedback collection, and feature requests.