πŸ”§

Playwright Automation

πŸ”§MCP Server

microsoft/playwright-mcp

VibeIndex|
What it does

Enables language models to programmatically interact with web browsers by converting web page structures into structured, accessible data for precise and deterministic browser automation.

verifiedlocalhosted

Installation

Local ServerRun MCP server locally
claude mcp add playwright npx @playwright/mcp@latest
npxRun with npx
npx @playwright/mcp@latest --config path/to/config.json
npxRun with npx
npx @playwright/mcp@latest --port 8931
DockerRun with Docker
docker run -d -i --rm --init --pull=always \
npxRun with npx
npx @playwright/mcp@latest

+ 1 more commands in README

Claude Desktop ConfigurationAdd this to your claude_desktop_config.json
{ "mcpServers": { "playwright": { "type": "local", "command": ...
πŸ“– Extracted from microsoft/playwright-mcp README
26,207
AddedJan 26, 2026