Browser automation using Playwright. Supports Chromium, Firefox, and WebKit for cross-browser testing and web scraping.
MCP (Model Context Protocol) servers extend Claude's capabilities with external tools and data sources. They provide access to databases, APIs, file systems, and more. Configure MCP servers in .mcp.json or add them via `claude mcp add` command.
Option 1 - CLI Command: claude mcp add playwright -- npx -y @anthropic-ai/mcp-server-playwright Option 2 - Add to .mcp.json Features: - Cross-browser testing (Chromium, Firefox, WebKit) - Screenshot and PDF generation - Network interception - Mobile device emulation
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-server-playwright"]
}
}
}Connect Claude to GitHub for repository management, issue creation, PR reviews, and code search.