.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/chromedevtools/chrome-devtools-mcp
home/mcp-servers/chromedevtools/chrome-devtools-mcp
chromedevtools avatar

chrome-devtools-mcp

bychromedevtools· 1 MCP server

Installs

11M

Stars

48k

Forks

3.2k

Category

Debugging

View on GitHub

TL;DR

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 Chro

How to install chrome-devtools-mcp?

chromedevtools/chrome-devtools-mcp
$git clone https://github.com/chromedevtools/chrome-devtools-mcp

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install chrome-devtools-mcp by running `git clone https://github.com/chromedevtools/chrome-devtools-mcp`, then use it for the current task and follow its documentation at https://github.com/chromedevtools/chrome-devtools-mcp.

Files · 1

View on GitHub
README.md
1# Chrome DevTools for agents
2 
3[![npm chrome-devtools-mcp package](https://img.shields.io/npm/v/chrome-devtools-mcp.svg)](https://npmjs.org/package/chrome-devtools-mcp)
4 
5Chrome DevTools for agents (`chrome-devtools-mcp`) lets your coding agent (such as Antigravity, Claude, Cursor or Copilot)
6control and inspect a live Chrome browser. It acts as a Model-Context-Protocol
7(MCP) server, giving your AI coding assistant access to the full power of
8Chrome DevTools for reliable automation, in-depth debugging, and performance analysis.
9A [CLI](docs/cli.md) is also provided for use without MCP.
10 
11## [Tool reference](./docs/tool-reference.md) | [Changelog](./CHANGELOG.md) | [Contributing](./CONTRIBUTING.md) | [Troubleshooting](./docs/troubleshooting.md) | [Design Principles](./docs/design-principles.md)
12 
13## Key features
14 
15- **Get performance insights**: Uses [Chrome
16 DevTools](https://github.com/ChromeDevTools/devtools-frontend) to record
17 traces and extract actionable performance insights.
18- **Advanced browser debugging**: Analyze network requests, take screenshots and
19 check browser console messages (with source-mapped stack traces).
20- **Reliable automation**. Uses
21 [puppeteer](https://github.com/puppeteer/puppeteer) to automate actions in
22 Chrome and automatically wait for action results.
23 
24## Disclaimers
25 
26`chrome-devtools-mcp` exposes content of the browser instance to the MCP clients
27allowing them to inspect, debug, and modify any data in the browser or DevTools.
28Avoid sharing sensitive or personal information that you don't want to share with
29MCP clients.
30 
31`chrome-devtools-mcp` officially supports Google Chrome and [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) only.
32Other Chromium-based browsers may work, but this is not guaranteed, and you may encounter unexpected behavior. Use at your own discretion.
33We are committed to providing fixes and support for the latest version of [Extended Stable Chrome](https://chromiumdash.appspot.com/schedule).
34 
35Performance tools may send trace URLs to the Google CrUX API to fetch real-user
36experience data. This helps provide a holistic performance picture by
37presenting field data alongside lab data. This data is collected by the [Chrome
38User Experience Report (CrUX)](https://developer.chrome.com/docs/crux). To disable
39this, run with the `--no-performance-crux` flag.
40 
41## **Usage statistics**
42 
43Google collects usage statistics (such as tool invocation success rates, latency, and environment information) to improve the reliability and performance of Chrome DevTools MCP.
44 
45Data collection is **enabled by default**. You can opt-out by passing the `--no-usage-statistics` flag when starting the server:
46 
47```json
48"args": ["-y", "chrome-devtools-mcp@latest", "--no-usage-statistics"]
49```
50 
51Google handles this data in accordance with the [Google Privacy Policy](https://policies.google.com/privacy).
52 
53Google's collection of usage statistics for Chrome DevTools MCP is independent from the Chrome browser's usage statistics. Opting out of Chrome metrics does not automatically opt you out of this tool, and vice-versa.
54 
55Collection is disabled if `CHROME_DEVTOOLS_MCP_NO_USAGE_STATISTICS` or `CI` env variables are set.
56 
57## Update checks
58 
59By default, the server periodically checks the npm registry for updates and logs a notification when a newer version is available.
60You can disable these update checks by setting the `CHROME_DEVTOOLS_MCP_NO_UPDATE_CHECKS` environment variable.
61 
62## Requirements
63 
64- [Node.js](https://nodejs.org/) [LTS](https://github.com/nodejs/Release#release-schedule) version.
65- [Chrome](https://www.google.com/chrome/) current stable version or newer.
66- [npm](https://www.npmjs.com/)
67 
68## Getting started
69 
70Add the following config to your MCP client:
71 
72```json
73{
74 "mcpServers": {
75 "chrome-devtools": {
76 "command": "npx",
77 "args": ["-y", "chrome-devtools-mcp@latest"]
78 }
79 }
80}
81```
82 
83> [!NOTE]
84> Using `chrome-devtools-mcp@latest` ensures that your MCP client will always

Preview

chromedevtools/chrome-devtools-mcpchromedevtools/chrome-devtools-mcp

# Chrome DevTools for agents

[![npm chrome-devtools-mcp package](https://img.shields.io/npm/v/chrome-devtools-mcp.svg)](https://npmjs.org/package/chrome-devtools-mcp)

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

Repochromedevtools/chrome-devtools-mcp
TypeMCP Servers
CategoryDebugging
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

MCPbrowserchrome

Related

6 picks
Type
  1. ooo0ooo avatarlean-lsp-mcpLean Theorem Prover MCPMCP ServersJul 20261.9M460
  2. wonderwhy-er avatardesktopcommandermcpMCP server for terminal commands, file operations, and process managementMCP ServersJul 2026346k8.9k
  3. avivsinai avatarlangfuse-mcpLangfuse MCP server for accessing and analyzing telemetry data via natural languageMCP ServersJun 202611k101
  4. faraazahmad avatarmcp_debugPostman for your MCP server with a Claude chat that calls your toolsMCP ServersJun 20258.9k14
  5. p3gleg avatartauri-plugin-mcpAllows AI agents (e.g., Cursor, Claude Code) to debug within Tauri apps via screenshot capture, window management, DOM access, and simulated user inputs.MCP ServersJul 20266.2k104
  6. luiggival08 avatartoon-memoryMCP server giving AI coding agents offline, token-efficient persistent memory — 21 tools, 80% fewer tool calls, recall decisions, patterns, and bugs across sessions. No LLM, no server; works with 15+ agents.MCP ServersJul 20265.1k5