chrome-devtools-mcp-specialist

Automate Chrome DevTools Protocol workflows for browser debugging and network capture.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Whaleylaw/llm-lawyer --skill chrome-devtools-mcp-specialist
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: chrome-devtools-mcp-specialist
Source: https://github.com/Whaleylaw/llm-lawyer/tree/main/.claude/skills/chrome-devtools-mcp-specialist
Command: npx skills add https://github.com/Whaleylaw/llm-lawyer --skill chrome-devtools-mcp-specialist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate Chrome DevTools Protocol (CDP) workflows via MCP to simplify browser debugging, network capture, and performance profiling.

Core Features & Use Cases

  • Connect to a Chrome instance via MCP and establish a CDP session
  • Navigate pages, capture network traffic, read console logs, and profile performance
  • Use cases include automated debugging, QA testing, and troubleshooting CDP integrations

Quick Start

Install and run the MCP server, then connect to a Chrome instance to begin debugging and capturing data.

Frequently Asked Questions about chrome-devtools-mcp-specialist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Chrome DevTools Protocol workflows for network capture and debugging?▼

Automate Chrome DevTools Protocol workflows via MCP to simplify browser debugging, network capture, and performance profiling. You can connect to a Chrome instance, establish a CDP session, navigate pages, capture network traffic, and read console logs.

Do I need an MCP server and Chrome installed to capture network traffic via CDP?▼

Yes, capturing network traffic via CDP requires an MCP server for Chrome DevTools, the chrome-devtools tools, and a properly configured environment with Chrome installed and network access to establish a session.

Can I use MCP to collect console logs and profile performance during automated QA testing?▼

Yes, you can use MCP to collect console logs and profile performance during automated QA testing. The workflow establishes a CDP session to navigate pages, read console output, and trace resources for troubleshooting.

What is the best way to troubleshoot CDP session management and resource tracing?▼

Troubleshooting CDP session management and resource tracing is handled by automating Chrome DevTools MCP workflows. This approach connects to Chrome, manages page navigation, and captures network traffic to identify integration issues.

Why does my Chrome DevTools MCP integration fail to capture network traffic?▼

Network capture failures in Chrome DevTools MCP integrations often stem from environment misconfigurations. Ensure Chrome is installed, network access is available, and the MCP server is properly configured to establish the CDP session.

Does chrome-devtools-mcp-specialist work with existing Chrome instances for integration testing?▼

Yes, the workflow connects to an existing Chrome instance via MCP to establish a CDP session. This supports integration testing by enabling page navigation, console collection, and performance profiling within your current environment.