EA MCP Playwright
An alternative Playwright MCP server focused on web scraping, testing, and automation.
Categories
Specialized Tools
Browser Automation
Our Take
While Microsoft's version focuses on accessibility trees, this popular community version from ExecuteAutomation offers a different flavor of browser automation. It exposes a rich set of tools for web scraping, test code generation, and direct JavaScript execution. It's a great choice for users focused on QA automation and data extraction tasks.
Quick Start
// Install the package globally via npm:
npm install -g @executeautomation/playwright-mcp-server
// Then configure your client:
{
"mcpServers": {
"playwright_ea": {
"command": "npx",
"args": ["-y", "@executeautomation/playwright-mcp-server"]
}
}
}