Playwright Recorder

Playwright MCP enables browser automation and interaction recording by capturing DOM interactions, screenshots, and page navigation events to generate reproducible test scripts through a visual, context-driven workflow.

View Source
23 stars
0 tools
Created Aug 2025
@ashish-bansal/ashish-bansal-playwright-recorder-playwright-mcp

About

Playwright MCP enables browser automation and interaction recording by capturing DOM interactions, screenshots, and page navigation events to generate reproducible test scripts through a visual, context-driven workflow.

Categories

general

Installation

npm

npm install @ashish-bansal/ashish-bansal-playwright-recorder-playwright-mcp

Configuration

{ "mcpServers": { "ashish-bansal-playwright-recorder-playwright-mcp": { "command": "npx", "args": [ "-y", "@ashish-bansal/ashish-bansal-playwright-recorder-playwright-mcp" ] } } }