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.

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

Contribute

Found a bug or want to improve this agent? Check out the source code.

View on GitHub