Agent♥︎Age
Catalog

com.pulsemcp/playwright-stealth

Official

by pulsemcp · TypeScript

Browser automation using Playwright with optional stealth mode to bypass anti-bot protection.

com.pulsemcp/playwright-stealth (MCP) Server

This Model Context Protocol (MCP) server provides browser automation using Playwright. It includes an optional stealth mode intended to bypass anti-bot protection, and it exposes automation through a single tool interface that keeps browser state across multiple calls.

🛠️ Key Features

  • Browser automation via Playwright
  • Optional stealth mode to bypass anti-bot protection
  • Single browser_execute tool exposing the Playwright API
  • Persistent browser sessions across tool calls
  • Screenshot support for visual verification

🚀 Use Cases

  • Multi-step browser automation workflows requiring session persistence
  • Automation scenarios where anti-bot protection may block non-stealth clients
  • Visual confirmation of rendered pages via screenshots

⚡ Developer Benefits

  • Fewer specialized tools through a single browser_execute entry point
  • Access to the full Playwright API surface via that tool
  • Consistent automation state across tool calls

⚠️ Limitations

  • Stealth mode relies on playwright-extra and puppeteer-extra-plugin-stealth for anti-detection measures