Agent Plugins Marketplace
All plugins

chrome-devtools-mcp

v1.6.0

Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer

Claude Code6 Skills1 MCP serverstdio

0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install chrome-devtools-mcp for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install chrome-devtools-mcp@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/SugarFatFree/aidp-code-engineer

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is .aidp/plugins/chrome-devtools-mcp/.

Plugin files

.aidp/plugins/chrome-devtools-mcp/
├── .claude-plugin/plugin.json
├── skills/a11y-debugging/SKILL.md
├── skills/chrome-devtools/SKILL.md
├── skills/chrome-devtools-cli/SKILL.md
├── skills/debug-optimize-lcp/SKILL.md
├── skills/memory-leak-debugging/SKILL.md
├── skills/troubleshooting/SKILL.md
└── .mcp.json

Included Skills6

a11y-debuggingskills/a11y-debugging/SKILL.md

Uses Chrome DevTools MCP for accessibility (a11y) debugging and auditing based on web.dev guidelines. Use when testing semantic HTML, ARIA labels, focus states, keyboard navigation, tap targets, and color contrast.

chrome-devtoolsskills/chrome-devtools/SKILL.md

Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions, analyzing performance, or inspecting network requests. This skill does not apply to `--slim` mode (MCP configuration).

chrome-devtools-cliskills/chrome-devtools-cli/SKILL.md

Use this skill to write shell scripts or run shell commands to automate tasks in the browser or otherwise use Chrome DevTools via CLI.

debug-optimize-lcpskills/debug-optimize-lcp/SKILL.md

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions "largest contentful paint", "page load speed", "CWV", or wants to improve how fast their hero image or main content renders.

memory-leak-debuggingskills/memory-leak-debugging/SKILL.md

Diagnoses and resolves memory leaks in JavaScript/Node.js applications. Use when a user reports high memory usage, OOM errors, or wants to capture, compare, or inspect heap snapshots with Chrome DevTools MCP memory tools.

troubleshootingskills/troubleshooting/SKILL.md

Uses Chrome DevTools MCP and documentation to troubleshoot connection and target issues. Trigger this skill when list_pages, new_page, or navigate_page fail, or when the server initialization fails.

MCP servers1

chrome-devtoolsstdio
command
npx
args
[email protected]

Plugin manifests1

.aidp/plugins/chrome-devtools-mcp/.claude-plugin/plugin.json
{
  "name": "chrome-devtools-mcp",
  "version": "1.6.0",
  "description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer",
  "mcpServers": {
    "chrome-devtools": {
      "command": "npx",
      "args": [
        "[email protected]"
      ]
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[chrome-devtools-mcp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/chrome-devtools-mcp)