com.pulsemcp

playwright-stealth

Browser automation using Playwright with optional stealth mode to bypass anti-bot protection.

stdioofficialapplication

Package Details

Transportstdio
Runtimenpx

Runtime Arguments

Positional
Position 0
-y

Environment Variables

STEALTH_MODE
Default:false

Enable stealth mode with anti-detection measures.

STEALTH_USER_AGENT

Custom User-Agent string for stealth mode.

STEALTH_MASK_LINUX
Default:true

Mask Linux in User-Agent as Windows to avoid fingerprint mismatch.

STEALTH_LOCALE
Default:en-US,en

Custom locale for Accept-Language header in stealth mode.

HEADLESS
Default:true

Run browser in headless mode.

TIMEOUT
Default:30000

Default timeout for Playwright actions in milliseconds.

NAVIGATION_TIMEOUT
Default:60000

Default timeout for page navigation in milliseconds.

SCREENSHOT_STORAGE_PATH
Default:/tmp/playwright-screenshots

Directory for storing screenshots.

VIDEO_STORAGE_PATH
Default:/tmp/playwright-videos

Directory for storing video recordings.

PROXY_URL

Proxy server URL for connections.

PROXY_USERNAME
Secret

Proxy authentication username.

PROXY_PASSWORD
Secret

Proxy authentication password.

PROXY_BYPASS

Comma-separated list of hosts to bypass proxy.

BROWSER_PERMISSIONS

Comma-separated list of browser permissions to grant.

IGNORE_HTTPS_ERRORS
Default:true

Ignore HTTPS certificate errors.