What it does
Browser automation through Playwright and WebDriver BiDi, packaged as an MCP server for integration with n8n workflows, Claude, or other systems. Built on n8n's automation platform, it provides headless browser control, web scraping capabilities, and programmatic interaction with JavaScript-heavy websites.
Who it's for
n8n workflow builders automating browser-based tasks, and developers integrating browser control into Claude or other AI systems. Teams comfortable with Playwright's JavaScript API and needing headless browser capabilities in an MCP context without writing extensive custom drivers.
Common use cases
- Scrape dynamically-rendered content from JavaScript-heavy websites
- Automate form filling, navigation, and multi-step web interactions
- Screenshot pages and extract visual state for analysis
- Interact with web UIs that lack direct APIs
Setup pitfalls
- Static analysis detected 292 hardcoded secrets in the repository—review code carefully before deploying to shared environments. The high risk classification reflects this exposure.
- Requires filesystem write access for browser profiles, cache, and downloads—ensure mounted volumes have appropriate permissions.
- Requires network access for browser operations; validate that your firewall and n8n policies allow outbound connections.
- No automated CI/CD in the repository—independently assess code quality and test coverage before production use.