Back to Directory
mcpdebugging
Chrome DevTools MCP
Connects coding agents to Chrome DevTools — inspect the DOM, read console and network logs, and debug live pages.
Author
Added
2026-05-29
Installationnpm
npx -y chrome-devtools-mcp@latest
About this Agent
Connects coding agents to Chrome DevTools — inspect the DOM, read console and network logs, and debug live pages.
Google's official MCP server that wires an agent into Chrome DevTools. The agent can inspect elements, capture performance traces, read console and network activity, and reproduce issues in a real Chrome instance — closing the loop between writing code and seeing how it behaves in the browser.
Tags
#MCP#Chrome#DevTools#Debugging