install-chrome-devtools-mcp

Installation
SKILL.md

Install Chrome DevTools MCP Server

Install the Chrome DevTools MCP server to enable debugging and network inspection capabilities.

What This Does

The Chrome DevTools MCP server provides:

  • Console inspection - View errors, warnings, and log messages
  • Network analysis - Inspect HTTP requests and responses
  • JavaScript evaluation - Run code in page context
  • Performance tracing - Analyze page performance
  • Screenshots - Capture page state

Installation Command

Run this command to install:

claude mcp add chrome-devtools -- npx -y chrome-devtools-mcp@latest
Related skills
Installs
1
GitHub Stars
10
First Seen
Mar 10, 2026