MCP directory

Playwright

0.0.44

io.github.microsoft/playwright-mcp

Browser automation through Playwright: navigate, snapshot the accessibility tree, click, type, and screenshot.

publisher
Microsoft
auth
no auth
transport
stdio
runtime
npx
install
npx -y @playwright/mcp@latest
tools
browser_navigate, browser_snapshot, browser_click, browser_type, browser_take_screenshot
tags
browser, local

sourcedocs

Client config

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

npx -y @playwright/mcp