Skip to main content
Browser AutomationPython

automatalabs/mcp-server-playwright

An MCP server for browser automation using Playwright

browser-automation
Share:

Quick Start

Clone the repository:

git clone https://github.com/Automata-Labs-team/MCP-Server-Playwright

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
Python
Author
Automata-Labs-team