com.pulsemcp/playwright-stealth
Browser automation using Playwright with optional stealth mode to bypass anti-bot protection.
Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.
{
"mcpServers": {
"playwright-stealth": {
"command": "npx",
"args": [
"-y",
"playwright-stealth-mcp-server"
],
"env": {
"STEALTH_MODE": "false",
"STEALTH_USER_AGENT": "<stealth_user_agent>",
"STEALTH_MASK_LINUX": "true",
"STEALTH_LOCALE": "en-US,en",
"HEADLESS": "true",
"TIMEOUT": "30000",
"NAVIGATION_TIMEOUT": "60000",
"SCREENSHOT_STORAGE_PATH": "/tmp/playwright-screenshots",
"VIDEO_STORAGE_PATH": "/tmp/playwright-videos",
"PROXY_URL": "<proxy_url>",
"PROXY_USERNAME": "<your-proxy_username>",
"PROXY_PASSWORD": "<your-proxy_password>",
"PROXY_BYPASS": "<proxy_bypass>",
"BROWSER_PERMISSIONS": "<browser_permissions>",
"IGNORE_HTTPS_ERRORS": "true"
}
}
}
}{
"mcpServers": {
"playwright-stealth": {
"command": "npx",
"args": [
"-y",
"playwright-stealth-mcp-server"
],
"env": {
"STEALTH_MODE": "false",
"STEALTH_USER_AGENT": "<stealth_user_agent>",
"STEALTH_MASK_LINUX": "true",
"STEALTH_LOCALE": "en-US,en",
"HEADLESS": "true",
"TIMEOUT": "30000",
"NAVIGATION_TIMEOUT": "60000",
"SCREENSHOT_STORAGE_PATH": "/tmp/playwright-screenshots",
"VIDEO_STORAGE_PATH": "/tmp/playwright-videos",
"PROXY_URL": "<proxy_url>",
"PROXY_USERNAME": "<your-proxy_username>",
"PROXY_PASSWORD": "<your-proxy_password>",
"PROXY_BYPASS": "<proxy_bypass>",
"BROWSER_PERMISSIONS": "<browser_permissions>",
"IGNORE_HTTPS_ERRORS": "true"
}
}
}
}npx -y playwright-stealth-mcp-serverSTEALTH_MODEEnable stealth mode with anti-detection measures.
STEALTH_USER_AGENTCustom User-Agent string for stealth mode.
STEALTH_MASK_LINUXMask Linux in User-Agent as Windows to avoid fingerprint mismatch.
STEALTH_LOCALECustom locale for Accept-Language header in stealth mode.
HEADLESSRun browser in headless mode.
TIMEOUTDefault timeout for Playwright actions in milliseconds.
NAVIGATION_TIMEOUTDefault timeout for page navigation in milliseconds.
SCREENSHOT_STORAGE_PATHDirectory for storing screenshots.
VIDEO_STORAGE_PATHDirectory for storing video recordings.
PROXY_URLProxy server URL for connections.
PROXY_USERNAMEProxy authentication username.
PROXY_PASSWORDProxy authentication password.
PROXY_BYPASSComma-separated list of hosts to bypass proxy.
BROWSER_PERMISSIONSComma-separated list of browser permissions to grant.
IGNORE_HTTPS_ERRORSIgnore HTTPS certificate errors.
Automate cloud browsers to navigate websites, interact with elements, and extract structured data.…
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
A paid remote MCP for AI agent browser approval MCP, built to return verdicts, receipts, usage logs,