Skip to main content
Browser AutomationPython

blackwhite084/playwright-plus-python-mcp

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

browser-automation
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
Python
Author
blackwhite084