chrome-devtools-mcpMCP Server42/100 via “network-request-inspection-and-response-capture”
Chrome DevTools for coding agents
Unique: Uses Chrome DevTools Protocol Network domain to intercept requests at the browser level (not proxy-based), capturing full request/response payloads with automatic decompression and timing breakdown. Provides structured JSON output with filtering capabilities, enabling agents to analyze specific API calls without manual log parsing.
vs others: Captures network traffic at browser level via CDP (vs proxy interception), providing accurate timing data and automatic decompression, whereas proxy-based tools require additional setup and may miss browser-cached requests or WebSocket traffic.