skills/smithery.ai/browsing-with-playwright

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
1
First Seen
Apr 17, 2026
browsing-with-playwright from smithery.ai