Skip to main content
Browser AutomationTypeScript

executeautomation/playwright-mcp-server

An MCP server using Playwright for browser automation and webscrapping

browser-automation
Share:

Quick Start

Clone the repository:

git clone https://github.com/executeautomation/mcp-playwright

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
TypeScript
Author
executeautomation