π§
Playwright Automation
π§MCP Servermicrosoft/playwright-mcp
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@latestnpxRun with npx
npx @playwright/mcp@latest --config path/to/config.jsonnpxRun with npx
npx @playwright/mcp@latest --port 8931DockerRun 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