microsoft/playwright-mcp
Official Microsoft Playwright MCP server, enabling LLMs to interact with web pages through structured accessibility snapshots
Quick Start
Clone the repository:
git clone https://github.com/microsoft/playwright-mcpClaude Desktop configuration example:
{
"mcpServers": {
"playwright-mcp": {
"command": "npx",
"args": [
"-y",
"microsoft/playwright-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.