Playwright MCP Server (ExecuteAutomation)
A community Playwright MCP server for browser and API automation, screenshots and test generation.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Test engineers who want an assistant to exercise web apps and APIs and draft Playwright tests.
About Playwright MCP Server (ExecuteAutomation)
ExecuteAutomation's Playwright MCP Server lets LLMs drive a real browser with Playwright: interact with pages, take screenshots, scrape content, execute JavaScript, make API requests and generate test code. Version 1.0.10 added emulation of 143 real device profiles. It is separate from Microsoft's official Playwright MCP.
Playwright MCP Server (ExecuteAutomation) is an open-source project written primarily in TypeScript, with 5.7k stars on GitHub. It was last updated in December 2025.
Add Playwright MCP Server (ExecuteAutomation) to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add executeautomation-playwright-mcp -- npx -y @executeautomation/playwright-mcp-serverCursor
{
"mcpServers": {
"executeautomation-playwright-mcp": {
"command": "npx",
"args": ["-y", "@executeautomation/playwright-mcp-server"]
}
}
}VS Code
{
"servers": {
"executeautomation-playwright-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@executeautomation/playwright-mcp-server"]
}
}
}Claude Desktop
{
"mcpServers": {
"executeautomation-playwright-mcp": {
"command": "npx",
"args": ["-y", "@executeautomation/playwright-mcp-server"]
}
}
}Codex
[mcp_servers.executeautomation-playwright-mcp]
command = "npx"
args = ["-y", "@executeautomation/playwright-mcp-server"]Playwright MCP Server (ExecuteAutomation) vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Playwright MCP Server (ExecuteAutomation)this listing | 5.7k | TypeScript | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
See all 163 Playwright MCP Server (ExecuteAutomation) alternatives, compared →
