Loading MCP server directory, please wait...
Browser automation using Playwright with optional stealth mode to bypass anti-bot protection.
npx @getmcp/cli add com.pulsemcp/playwright-stealthRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.pulsemcp/playwright-stealth": {
"command": "npx",
"args": [
"-y",
"-y",
"playwright-stealth-mcp-server"
],
"env": {
"STEALTH_MODE": "false",
"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_USERNAME": "",
"PROXY_PASSWORD": "",
"PROXY_BYPASS": "",
"BROWSER_PERMISSIONS": "",
"IGNORE_HTTPS_ERRORS": "true"
}
}
}
}