Official Microsoft Playwright MCP server for browser automation
Official Playwright MCP server from Microsoft enabling browser automation. Uses accessibility tree for fast, deterministic web interaction without vision models.
{
"mcpServers": {
"playwright": {
"mcpServers": {
"playwright": {
"args": [
"-y",
"@playwright/mcp@latest"
],
"command": "npx"
}
}
}
}
}