Automate browsers and APIs in Claude, Cursor, and more with Playwright
A community Playwright MCP server that provides browser automation and API testing capabilities to AI assistants. Navigate pages, interact with elements, run API calls, and generate test scripts.
Supports multiple browsers (Chromium, Firefox, WebKit) and provides both UI automation and API testing tools. Popular choice for test automation workflows where you want AI to help write and run Playwright tests.
Valid MCP server (1 strong, 1 medium validity signals). 1 code issue detected. 3 known CVEs in dependencies (0 critical, 2 high severity) ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 2 finding(s) downgraded by scanner intelligence.
5 files analyzed · 5 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"playwright": {
"args": [
"-y",
"@anthropic-ai/mcp-playwright"
],
"command": "npx"
}
}
}Be the first to review this server!
Added support for streaming responses and improved error handling for rate-limited requests.
Major release: new tool registration API, breaking changes to configuration format. See migration guide.
Added OAuth 2.0 support and improved connection pooling.
Initial stable release.