playwright-mcp

MCP server for browser automation and web testing with Playwright

brewmacoslinux
Try with needOr install directly
Source

About

MCP server for Playwright

Commands

playwright-mcp

Examples

automate clicking buttons and filling forms on websites$ playwright-mcp start
take screenshots of webpages for testing$ playwright-mcp --screenshot example.com
test if website loads correctly in different browsers$ playwright-mcp --browsers chromium firefox webkit
scrape data from websites automatically$ playwright-mcp --headless
record user interactions and replay them as tests$ playwright-mcp codegen example.com