browser automation

Playwright Mcp Server

An MCP server using Playwright for browser automation and webscrapping

typescript
browser automation
0
View on GitHub

Installation

npx -y executeautomation/playwright-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

executeautomation/playwright-mcp-server

An MCP server using Playwright for browser automation and webscrapping

GitHub: https://github.com/executeautomation/mcp-playwright

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub