Browser automation using Playwright with optional stealth mode to bypass anti-bot protection.
claude mcp add playwright-stealth -- npx -y playwright-stealth-mcp-server
claude_desktop_config.json
{
"mcpServers": {
"playwright-stealth": {
"command": "npx",
"args": [
"-y",
"playwright-stealth-mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"playwright-stealth": {
"command": "npx",
"args": [
"-y",
"playwright-stealth-mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"playwright-stealth": {
"command": "npx",
"args": [
"-y",
"playwright-stealth-mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"playwright-stealth": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"playwright-stealth-mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"playwright-stealth": {
"command": "npx",
"args": [
"-y",
"playwright-stealth-mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/com.pulsemcp--playwright-stealth/reviews or the review_server meta-tool.
POST /mcp