Skip to content
Agent Search Engine.

Record · executeautomMCP serverOpen sourceLow activityVerified Sep 23, 2026

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.

Best for

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 CodeRun in your terminal
claude mcp add executeautomation-playwright-mcp -- npx -y @executeautomation/playwright-mcp-server
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "executeautomation-playwright-mcp": {
      "command": "npx",
      "args": ["-y", "@executeautomation/playwright-mcp-server"]
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "executeautomation-playwright-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@executeautomation/playwright-mcp-server"]
    }
  }
}
Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "executeautomation-playwright-mcp": {
      "command": "npx",
      "args": ["-y", "@executeautomation/playwright-mcp-server"]
    }
  }
}
Codex~/.codex/config.toml
[mcp_servers.executeautomation-playwright-mcp]
command = "npx"
args = ["-y", "@executeautomation/playwright-mcp-server"]

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

Playwright MCP Server (ExecuteAutomation) vs. the alternatives

All 163 alternatives →
RecordStarsPricing
Playwright MCP Server (ExecuteAutomation)MCP serverthis listing5.7kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 Playwright MCP Server (ExecuteAutomation) alternatives, compared →