Playwright MCP
Control browsers with Playwright to navigate pages, capture snapshots, and automate flows.
Ads
Overview
Uses Playwright to drive Chromium, Firefox, or WebKit for reliable browser automation and accessibility snapshots.
Installation
npx -y @playwright/mcp@latest
Configuration
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@playwright/mcp@latest"]
}
}
}Capabilities
- browser_navigate
Open a URL in the browser.
- browser_snapshot
Capture an accessibility snapshot of the page.
- browser_click
Click an element by ref from the snapshot.
Supported clients
- Cursor
- Claude Desktop
- VS Code
Tags
- automation
- testing
- chromium
Related MCP servers
Puppeteer MCP Server
OfficialAutomate headless Chrome with Puppeteer for scraping and UI verification tasks.
microsoft/playwright-mcp
OfficialOfficial Microsoft Playwright MCP server, enabling LLMs to interact with web pages through structured accessibility snapshots
PrinceGabriel-lgtm/freshcontext-mcp
Real-time web intelligence with freshness timestamps. GitHub, HN, Scholar, arXiv, YC, jobs, finance, package trends — every result stamped with how old it is.
xspadex/bilibili-mcp
A FastMCP-based tool that fetches Bilibili's trending videos and exposes them via a standard MCP interface.