Skip to main content

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).

Quickstart Execution

claude_desktop_config.json

Get started with Playwright MCP Server in your project.

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

About Playwright MCP Server

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.

DK

Danish Product & Data Recipes

How developers and agents use Playwright MCP Server to connect with Danish digital infrastructure.

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.

Key Capabilities

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