Chrome DevTools MCP: Browser automation for AI
MCP server that provides AI coding assistants with Chrome DevTools access for browser automation and debugging.
Learn more about Chrome DevTools MCP
Chrome DevTools MCP is a Model Context Protocol (MCP) server that connects AI coding assistants to Chrome browser instances. It uses Puppeteer for browser automation and the Chrome DevTools Protocol for debugging capabilities. The server exposes browser control, performance analysis, network inspection, and screenshot functionality through standardized MCP tools. AI assistants can automate web interactions, analyze performance traces, debug JavaScript, and inspect network requests in real-time.
DevTools Integration
Direct access to Chrome DevTools Protocol for performance tracing, network analysis, and console debugging with source-mapped stack traces.
MCP Architecture
Implements Model Context Protocol standard, making it compatible with multiple AI coding assistants including Claude, Copilot, and Cursor.
Puppeteer Automation
Uses Puppeteer for reliable browser automation with automatic waiting and action result verification.
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp@latest"]
}
}
}chrome-devtools-mcp: v0.17.3
- –remove clean from prepare (#997) (2016b98)
chrome-devtools-mcp: v0.17.2
- –check that combobox is actually a select element before filling out options (#979) (d2bc489)
- –handle network request pagination correctly (#980) (0d9f422)
- –Add a note about previously installed server installations (#982) (c0009f7)
- –update codex doc URL (#987) (ebbbea7)
- –network:** de-duplicate String and JSON formatters (#985) (1896dbb)
chrome-devtools-mcp: v0.17.1
- –Add 'Progressive Complexity' and 'Reference over Value' design principles. (#939) (8d765c0)
- –add Katalon Studio setup instructions to README (#929) (6cfef24)
- –add MCP config for Claude plugin + docs (#944) (a781da4)
- –estimate tokens using tiktoken (#959) (fd0a919)
- –improve Claude Code installation instructions (#947) (3ec5b7e)
See how people are using Chrome DevTools MCP
Top in Developer Tools
Related Repositories
Discover similar tools and frameworks used by developers
HTTPX
Fast HTTP probing with response metadata extraction.
Moq
Mock .NET objects using lambda expressions and LINQ.
nvm
Per-user Node.js version manager for switching between installed versions via command line on POSIX-compliant shells.
Cursor AI Downloads
Community repository with download links for all Cursor AI editor versions across Windows, macOS, and Linux.
Clarity
TypeScript library for session replay and behavioral analytics.