From chrome-devtools-mcp
Chrome DevTools browser automation. Navigate websites, take screenshots, inspect DOM, analyze performance, debug network requests, and extract computed CSS styles from a live Chrome browser.
How this skill is triggered — by the user, by Claude, or both
Slash command
/chrome-devtools-mcp:chrome-devtoolsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This plugin provides full Chrome DevTools capabilities through the Chrome DevTools MCP server by Google.
This plugin provides full Chrome DevTools capabilities through the Chrome DevTools MCP server by Google.
After installation, the following tools become available:
Navigate and screenshot:
Please navigate to https://example.com and take a full-page screenshot
Extract design tokens:
Navigate to https://stripe.com, then for each major section:
1. Take a screenshot
2. Use evaluate_script to run getComputedStyle for colors, fonts, spacing
3. Download all images and SVGs
Performance analysis:
Record a performance trace of https://mysite.com loading, then analyze the results
Debug network issues:
Navigate to my app at localhost:3000, list all network requests, and identify any failures
The Chrome DevTools MCP server runs locally and connects to a Chrome instance. All browser data stays on your machine.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub sharegpu/gpushare-plugins --plugin chrome-devtools-mcp