Home / MCP / Playwright MCP Server

Playwright MCP Server

Provides browser automation via Playwright using structured accessibility snapshots for LLMs.

typescript
24.1kstars
Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
    "mcpServers": {
        "playwright": {
            "url": "http://localhost:8931/mcp"
        }
    }
}