BACK TO MCP SERVERS
dev-toolsclaude-codecursorclinewindsurf
Playwright Browser Automation MCP Server
Controls web browsers programmatically to navigate pages, interact with elements, and extract content via accessibility trees.
What it does
Enables AI agents to interact deterministically with web browsers. Uses Playwright's accessibility snapshots rather than pixel vision models for fast, token-efficient browser automation.
Maintained officially by Microsoft.
Setup
npx @playwright/mcp@latest
For Claude Code CLI:
claude mcp add playwright npx @playwright/mcp@latest
What to watch out for
Initial execution downloads required Playwright browser binaries. For CLI-first coding agents, consider Playwright CLI skills for lighter token overhead during context-constrained operations.