chrome-devtools-mcp

Control and inspect a live Chrome browser from your coding agent. Record performance traces, analyze network requests, check console messages with source-mapped stack traces, and automate browser actions with Puppeteer.

Content Preview
{
  "name": "chrome-devtools-mcp",
  "description": "Control and inspect a live Chrome browser from your coding agent. Record performance traces, analyze network requests, check console messages with source-mapped stack traces, and automate browser actions with Puppeteer.",
  "category": "development",
  "source": {
    "source": "url",
    "url": "https://github.com/ChromeDevTools/chrome-devtools-mcp.git",
    "sha": "c2d8009ff75f76bce1ec4cf79c2467b50d81725e"
  },
  "homepage": "https://github.
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/chrome-devtools-mcp.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/.claude-plugin/marketplace.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at .claude-plugin/marketplace.json

Related Skills