关于
Chrome DevTools is an MCP server designed to bridge Claude's conversational AI with Chrome's powerful developer tools. It enables users to directly interact with web applications running in Chrome through natural language commands within Claude Desktop or Claude Code. This integration allows for comprehensive debugging, real-time monitoring, and inspection of web page elements, network traffic, console logs, and performance metrics, streamlining the web development and debugging workflow.
主要功能
- Performance Metrics: Access timing data, resource loading, and memory utilization
- Network Monitoring: Capture and analyze HTTP requests/responses with filtering
- Object Inspection: Deeply inspect JavaScript objects and variables in the browser context
- 0 GitHub stars
- Console Integration: Read browser console logs, analyze errors, and execute JavaScript
- Page Inspection: Retrieve DOM information, page metrics, and multi-frame support
使用案例
- Checking JavaScript console errors and observing real-time application behavior
- Analyzing web application load times and performance bottlenecks
- Debugging API calls in web applications by monitoring network traffic and responses