Skip to content

Playwright Min Network

Free

by MCP Community

Minimal network monitoring MCP tool for Playwright browser automation

v0.3.4Added Apr 12, 2026
mcpplaywrightnetworkmonitoringtesting
Works with:ClaudeGPTGeminiCopilot

Playwright Min Network MCP Server

Minimal network monitoring MCP tool for Playwright browser automation

Installation

npx -y playwright-min-network-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y playwright-min-network-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "playwright-min-network": {
      "command": "npx",
      "args": ["-y", "playwright-min-network-mcp"]
    }
  }
}