ChromeDevToolsChromeDevToolsOfficial·5 Agent Skills Included

chrome-devtools-mcp

Let AI agents control, debug, and audit live Chrome browsers

Connects AI coding agents to a live Chrome browser for automation, debugging, and performance analysis. Records performance traces, fixes slow page loads and LCP issues, finds memory leaks, and audits accessibility. Eliminates manual clicking through DevTools panels by turning inspection, network analysis, and browser actions into simple agent commands.
npx skills add ChromeDevTools/chrome-devtools-mcp --all -g -y

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install chrome-devtools-mcp?

Run `npx skills add ChromeDevTools/chrome-devtools-mcp --all -g -y` in your terminal to install the full suite globally.

What can AI agents do with Chrome DevTools?

Your agent can navigate pages, click elements, fill forms, take screenshots, inspect network requests, read console errors, and record performance traces in a real Chrome browser.

How to fix slow page load and LCP issues with AI?

The LCP debugging skill records a performance trace, breaks load time into four subparts, identifies the bottleneck, and suggests concrete fixes like preloading images or removing render-blocking scripts.

Can AI find JavaScript memory leaks automatically?

Yes. The memory debugging skill captures heap snapshots, compares them to spot growing objects, and traces retaining paths back to leaks like detached DOM nodes or uncleared event listeners.

Does chrome-devtools-mcp work with Claude Code and Cursor?

Yes. It runs as a standard MCP server and works with Claude Code, Cursor, Copilot, Codex, Gemini, and other MCP-compatible clients.

Related Repositories in Software Engineering

View All in Software Engineering