Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"MCP_WOW": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"install",
"@microsoft/playwright-mcp",
"--client",
"vscode",
"--config",
"{}"
]
}
}
}