Gå til hovedindhold

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

Kom hurtigt i gang

claude_desktop_config.json

Kom i gang med Playwright MCP Server i dit projekt.

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

Om 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

Danske data- og produkt-guides

Hvordan udviklere og agenter bruger Playwright MCP Server til at tilgå dansk digital infrastruktur.

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.

Nøglefunktioner

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