Server Directory
BrowserIntermediate

Playwright

by Microsoft

GitHub
3.2k

Browser automation using Playwright. Navigate web pages, interact with elements, take screenshots, generate test code, and perform advanced web scraping.

CAPABILITIES

  • Multi-browser support (Chromium, Firefox, WebKit)
  • Page navigation and interaction
  • Screenshot and PDF generation
  • Network request interception
  • Accessibility snapshots
  • Test code generation

INSTALLATION

Terminal
npx -y @playwright/mcp

CLAUDE DESKTOP CONFIG

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

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Browser
Difficulty
Intermediate
Maintained By
Microsoft
NPM Package
@playwright/mcp

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →