Playwright MCP bridge that runs upstream browser tools with the CloakBrowser Chromium binary.
Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.
npx -y cloakbrowser-mcp{
"PLAYWRIGHT_MCP_BROWSER_ENGINE": "cloak",
"PLAYWRIGHT_MCP_HEADLESS": "true",
"PLAYWRIGHT_MCP_OUTPUT_DIR": "/data",
"PLAYWRIGHT_MCP_OUTPUT_MODE": "stdout",
"CLOAK_PLAYWRIGHT_MCP_CONSOLE_FALLBACK": "true",
"CLOAK_PLAYWRIGHT_MCP_EXTRA_ARGS": "YOUR_VALUE_HERE",
"CLOAK_PLAYWRIGHT_MCP_HTTP_HOST": "127.0.0.1",
"CLOAK_PLAYWRIGHT_MCP_HTTP_PORT": "3000",
"CLOAK_PLAYWRIGHT_MCP_HTTP_ENDPOINT": "/mcp",
"CLOAK_PLAYWRIGHT_MCP_HTTP_AUTH_TOKEN": "YOUR_SECRET_VALUE",
"CLOAK_PLAYWRIGHT_MCP_HTTP_SESSION_BACKEND": "memory",
"CLOAK_PLAYWRIGHT_MCP_HTTP_SESSION_IDLE_TTL_MS": "3600000",
"CLOAK_PLAYWRIGHT_MCP_HTTP_SESSION_MAX": "32"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-swimmwatch-cloakbrowser-mcp": {
"command": "npx",
"args": [
"-y",
"cloakbrowser-mcp"
],
"env": {
"PLAYWRIGHT_MCP_BROWSER_ENGINE": "cloak",
"PLAYWRIGHT_MCP_HEADLESS": "true",
"PLAYWRIGHT_MCP_OUTPUT_DIR": "/data",
"PLAYWRIGHT_MCP_OUTPUT_MODE": "stdout",
"CLOAK_PLAYWRIGHT_MCP_CONSOLE_FALLBACK": "true",
"CLOAK_PLAYWRIGHT_MCP_EXTRA_ARGS": "YOUR_VALUE_HERE",
"CLOAK_PLAYWRIGHT_MCP_HTTP_HOST": "127.0.0.1",
"CLOAK_PLAYWRIGHT_MCP_HTTP_PORT": "3000",
"CLOAK_PLAYWRIGHT_MCP_HTTP_ENDPOINT": "/mcp",
"CLOAK_PLAYWRIGHT_MCP_HTTP_AUTH_TOKEN": "YOUR_SECRET_VALUE",
"CLOAK_PLAYWRIGHT_MCP_HTTP_SESSION_BACKEND": "memory",
"CLOAK_PLAYWRIGHT_MCP_HTTP_SESSION_IDLE_TTL_MS": "3600000",
"CLOAK_PLAYWRIGHT_MCP_HTTP_SESSION_MAX": "32"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
CloakBrowser MCP is an MCP server for Playwright MCP bridge that runs upstream browser tools with the CloakBrowser Chromium binary.. It supports STDIO, HTTP transport.
Use the generated config in Install. This server runs with npx -y cloakbrowser-mcp; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for npx -y cloakbrowser-mcp. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for npx -y cloakbrowser-mcp. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for npx -y cloakbrowser-mcp. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for npx -y cloakbrowser-mcp. Add required environment variables before starting Cursor or VS Code.
CloakBrowser MCP uses STDIO, HTTP transport. Use the package or command config in Install.
CloakBrowser MCP inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
CloakBrowser MCP does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
cloakbrowser-mcpstdio | npm | 1.2.3 | Env: PLAYWRIGHT_MCP_BROWSER_ENGINE Env: PLAYWRIGHT_MCP_HEADLESS Env: PLAYWRIGHT_MCP_OUTPUT_DIR Env: PLAYWRIGHT_MCP_OUTPUT_MODE Env: CLOAK_PLAYWRIGHT_MCP_CONSOLE_FALLBACK Env: CLOAK_PLAYWRIGHT_MCP_EXTRA_ARGS |
ghcr.io/swimmwatch/cloakbrowser-mcp:1.2.3stdio | oci | Not captured | Env: PLAYWRIGHT_MCP_BROWSER_ENGINE Env: PLAYWRIGHT_MCP_HEADLESS Env: PLAYWRIGHT_MCP_OUTPUT_DIR Env: PLAYWRIGHT_MCP_OUTPUT_MODE Env: CLOAK_PLAYWRIGHT_MCP_CONSOLE_FALLBACK Env: CLOAK_PLAYWRIGHT_MCP_EXTRA_ARGS |