Playwright Stealth runs on your own machine — the client starts it, so there is no endpoint to ping. 250 installs a week from npm. Last commit 21 Jul 2026.
Browser automation using Playwright with optional stealth mode to bypass anti-bot protection.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add playwright-stealth -- npx -y playwright-stealth-mcp-server
{
"mcpServers": {
"playwright-stealth": {
"args": [
"-y",
"playwright-stealth-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.playwright-stealth]
command = "npx"
args = ["-y", "playwright-stealth-mcp-server"]
{
"mcpServers": {
"playwright-stealth": {
"args": [
"-y",
"playwright-stealth-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"playwright-stealth": {
"args": [
"-y",
"playwright-stealth-mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.