Playwright Record MCP
JSON →Browser automation using Playwright with video recording. Enables LLMs to interact with web pages through structured accessibility snapshots.
Install
npx @playwright/record-mcp Tools · 7
- browser_navigate Navigate to a URL
- browser_click Click on an element
- browser_type Type text into an element
- browser_snapshot Get accessibility snapshot of current page
- browser_screenshot Take a screenshot of current page
- browser_record_start Start recording browser interactions as video
- browser_record_stop Stop recording and save video file
Links
★ 6 GitHub stars