# Playwright MCP Server

Model Context Protocol wrapper for Playwright browser automation

Enables LLMs and agent harnesses to control real browser sessions via standard MCP tool calls (navigate, click, type, screenshot).

## Overview

- **Website**: https://github.com/executeautomation/mcp-playwright
- **GitHub**: https://github.com/executeautomation/mcp-playwright
- **License / Pricing**: Open Source
- **Directory Entry**: https://agentaccess.dk/enablers/playwright-mcp

## About

Playwright MCP brings full headless browser automation to any MCP-compatible client like Claude Desktop, Cursor, or Cline. The agent can navigate Danish portals, take screenshots, fill input fields, and extract DOM trees natively through tool calling.

## Key Features

- Browser navigation, element clicking, text input, and hovering
- High-resolution viewport screenshot capture and visual inspect
- Console log and network request inspection
- Headless and headed execution modes

## Danish System Application Recipes

### Allow Claude to browse and verify Danish Web Shops
Configure Claude Desktop with Playwright MCP to inspect live prices, stock levels, and terms of service across Danish e-commerce sites.

## Quickstart

```json
{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": ["-y", "@executeautomation/playwright-mcp-server"]
    }
  }
}
```

---
Source: [AgentAccess Enablers](https://agentaccess.dk/enablers/playwright-mcp)