
ChromeDevTools
4 Tools
Chrome DevTools is the Google engineering team within the Chromium project responsible for the developer tools panel built into Chrome since the browser's 2008 launch. The team maintains both the user-facing debugger, profiler, and network inspector that web developers use daily, and the Chrome DevTools Protocol (CDP) — the programmatic interface that underpins Puppeteer, Playwright, and a broad ecosystem of browser automation, testing, and AI agent tooling.
Tools
MCP server that exposes Chrome DevTools so agents can inspect, debug, and profile web pages programmatically.
Browsable reference for searching Chrome DevTools Protocol domains, methods, events, and types.
Vite plugin that generates a com.chrome.devtools.json file during dev to enable Chrome DevTools workspaces.
Opens Chrome DevTools Timeline traces in a web app, pulling the trace file straight from Google Drive.