P

Playwright MCP

Automate browsers with Microsoft Playwright for AI agents

Official
Featured
Browser Automation
Install Command
npx @playwright/mcp@latest
Claude Desktop Config
{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": ["@playwright/mcp@latest"]
    }
  }
}

About Playwright MCP

The official Playwright MCP server from Microsoft enables AI assistants to control browsers for automation, testing, and scraping.

Features

  • Navigate to any URL
  • Click, type, and interact with page elements
  • Take full-page screenshots
  • Extract page content and accessibility trees
  • Fill and submit forms
  • Network request interception

Why Playwright?

Playwright is the gold standard for browser automation with support for Chromium, Firefox, and WebKit.

Tags

playwrightbrowserautomationtestingmicrosoft