Chrome DevTools MCP is the official Google project that exposes Chrome DevTools Protocol capabilities to AI agents via MCP. AI coding agents can inspect the DOM, debug JavaScript, capture performance profiles, analyze network requests, and run accessibility audits through natural language.
Chrome DevTools MCP brings the full power of Chrome DevTools to AI coding agents. Built by the Chrome DevTools team at Google, it lets agents inspect the DOM, debug JavaScript, capture performance profiles, analyze network traffic, and take screenshots — all through natural language. With 33k+ stars, it’s one of the most popular MCP servers.
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": ["-y", "@anthropic/chrome-devtools-mcp"]
}
}
}
User: "The login button isn't working. Debug it."
Agent → Chrome DevTools MCP:
- navigate("http://localhost:3000/login")
- evaluate("document.querySelector('#login-btn').onclick") → null
Agent: "The login button has no click handler. Your selector '.login-button'
doesn't match the HTML id='login-btn'. Fix the selector in app.js line 42."
AI agents that work well with Chrome DevTools MCP.
GitHub's official MCP server — interact with repos, issues, PRs, code search, and notifications via AI agents.
Official AWS MCP servers — AI agents interact with S3, Lambda, EC2, CloudFormation, Bedrock, and more.
Security vulnerability scanning for infrastructure with compliance checking and remediation guidance.