playwright-mcp-server

alexrwilliam/playwright-mcp-server
★ 5 stars Python Browser/Web Updated today
MCP Server for Playwright Browser Tools
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "playwright-mcp-serve": {
      "command": "uvx",
      "args": [
        "playwright-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install playwright-mcp-server

README Excerpt

A minimal, robust Playwright MCP (Model Context Protocol) server that exposes core browser automation capabilities via a simple API. - **Browser Context Management**: Persistent browser context (headless or headed, configurable) - **Multi-Page Support**: Handle multiple tabs/windows, switch between pages, manage popups

Tools (5)

clearancefast_headlessmax_stealthpixelscanstrict_preset