What problem does it solve?
Chrome DevTools can make it hard to reproduce complex debugging steps or systematically inspect page structure, network behavior, and UI state during browser automation.
Core Features & Use Cases
- MCP-powered DevTools automation: Uses Chrome DevTools via MCP to efficiently debug, troubleshoot, and automate browser interactions.
- Page-focused workflow: Lets you list pages, select the right page context, and then operate on the selected page.
- Structured element interaction: Uses text-based snapshots with stable element uids for reliable clicking, filling, and other actions.
- Performance and inspection support: Helps with analyzing performance and inspecting network requests, plus optional visual inspection via screenshots.
Quick Start
Use the chrome-devtools skill to debug the current page by taking a snapshot, selecting an element by its uid, and then performing the interaction you need.