Browser automation using Playwright with optional stealth mode to bypass anti-bot protection.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
playwright-stealth-mcp-server · npm · 0.2.3
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "com.pulsemcp/playwright-stealth",
"description": "Browser automation using Playwright with optional stealth mode to bypass anti-bot protection.",
"repository": {
"url": "https://github.com/pulsemcp/mcp-servers",
"source": "github",
"subfolder": "experimental/playwright-stealth"
},
"version": "0.2.3",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "playwright-stealth-mcp-server",
"version": "0.2.3",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Enable stealth mode with anti-detection measures.",
"default": "false",
"name": "STEALTH_MODE"
},
{
"description": "Custom User-Agent string for stealth mode.",
"name": "STEALTH_USER_AGENT"
},
{
"description": "Mask Linux in User-Agent as Windows to avoid fingerprint mismatch.",
"default": "true",
"name": "STEALTH_MASK_LINUX"
},
{
"description": "Custom locale for Accept-Language header in stealth mode.",
"default": "en-US,en",
"name": "STEALTH_LOCALE"
},
{
"description": "Run browser in headless mode.",
"default": "true",
"name": "HEADLESS"
},
{
"description": "Default timeout for Playwright actions in milliseconds.",
"default": "30000",
"name": "TIMEOUT"
},
{
"description": "Default timeout for page navigation in milliseconds.",
"default": "60000",
"name": "NAVIGATION_TIMEOUT"
},
{
"description": "Directory for storing screenshots.",
"default": "/tmp/playwright-screenshots",
"name": "SCREENSHOT_STORAGE_PATH"
},
{
"description": "Directory for storing video recordings.",
"default": "/tmp/playwright-videos",
"name": "VIDEO_STORAGE_PATH"
},
{
"description": "Proxy server URL for connections.",
"name": "PROXY_URL"
},
{
"description": "Proxy authentication username.",
"isSecret": true,
"name": "PROXY_USERNAME"
},
{
"description": "Proxy authentication password.",
"isSecret": true,
"name": "PROXY_PASSWORD"
},
{
"description": "Comma-separated list of hosts to bypass proxy.",
"name": "PROXY_BYPASS"
},
{
"description": "Comma-separated list of browser permissions to grant.",
"name": "BROWSER_PERMISSIONS"
},
{
"description": "Ignore HTTPS certificate errors.",
"default": "true",
"name": "IGNORE_HTTPS_ERRORS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-17T03:55:54.799777Z",
"publishedAt": "2026-06-17T03:55:54.799777Z",
"updatedAt": "2026-06-17T03:55:54.799777Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.2.3last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.