browsing-with-playwright

Installation
SKILL.md

Browser Automation

Automate browser interactions via Playwright MCP server.

Server Lifecycle

Start Server

# Using helper script (recommended)
bash scripts/start-server.sh

# Or manually
npx @playwright/mcp@latest --port 8808 --shared-browser-context &

Stop Server

# Using helper script (closes browser first)
bash scripts/stop-server.sh
Installs
16
GitHub Stars
51
First Seen
Feb 22, 2026
browsing-with-playwright — panaversity/claude-code-skills-lab