Chrome DevTools MCP — Full Feature Reference
Core Capabilities
Chrome DevTools MCP provides 29 tools across 6 categories:
- Input & Automation: click, type, hover, select, drag, fill_form, upload_file, press_key, handle_dialog
- Navigation & Page Management: navigate, new_page, close_page, select_page, list_pages, wait_for, take_screenshot, take_snapshot
- Network & Console: list_network_requests, get_network_request, list_console_messages, get_console_message
- Performance Analysis: performance_start_trace, performance_stop_trace, performance_analyze_insight, lighthouse_audit
- Device Emulation: emulate, resize_page
FAQ
Q: What is Chrome DevTools MCP? A: An MCP server that gives AI coding assistants (Claude, Cursor, Copilot) access to Chrome DevTools for browser automation, debugging, and performance analysis.
Q: Is it free? A: Yes, fully free and open source under the MIT license.