# Playwright

Provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages, take screenshots, and execute JavaScript in a browser environment.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add executeautomation/playwright-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list executeautomation/playwright-mcp-server
```

---

Source: https://github.com/executeautomation/mcp-playwright | License: MIT
