Capture, filter, and analyze web traffic during Playwright automation workflows.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "playwright-min-network-mcp" yet — see the docs or source repo.
Monitor all network requests during a Playwright login flow, filter for 4xx and 5xx responses, and list the request URL, method, status code, and response summary in chronological order to help identify the failure cause.
A list of failed API calls with key request details and initial clues for root-cause analysis.
Capture network traffic while opening a product detail page, count requests by resource type such as JS, CSS, images, and API calls, and identify the 10 slowest requests.
A resource-loading analysis showing request distribution and performance bottlenecks.
Monitor network requests after a user clicks the Buy Now button, keep only requests sent to analytics or tracking domains, and check whether they include key event parameters such as purchase or checkout.
A tracking validation result showing whether the relevant events were sent successfully and whether parameters were complete.
Automate browser navigation, interaction, and content extraction with Playwright tools.
Automate browser actions, extraction, and testing workflows locally with Playwright tools.
Automate browser testing and debug web issues directly through MCP.
Automate Chrome with Playwright for web actions, testing, and data collection.
Automate browser actions with Playwright for testing, scraping, and web interactions.
Automate browser actions, testing, and screenshots with Playwright on Cloudflare Workers.