browser automation

Playwright Plus Python Mcp

An MCP python server using Playwright for browser automation,more suitable for llm

python
browser automation
0
View on GitHub

Installation

npx -y blackwhite084/playwright-plus-python-mcp

Configuration

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

{
  "name": "playwright-plus-python-mcp",
  "command": "npx",
  "args": [
    "-y",
    "blackwhite084/playwright-plus-python-mcp"
  ]
}

About This MCP Server

blackwhite084/playwright-plus-python-mcp

An MCP python server using Playwright for browser automation,more suitable for llm

GitHub: https://github.com/blackwhite084/playwright-plus-python-mcp

Need More Details?

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

View Full Documentation on GitHub