⚡ CloakBrowser MCP server for AI agents: Playwright-powered browsing, clean tool forwarding, Docker support, and multi-session HTTP transport.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cloakbrowser-mcp": {
"command": "npx",
"args": [
"-y",
"swimmwatch/cloakbrowser-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cloakbrowser-mcp npx -y swimmwatch/cloakbrowser-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cloakbrowser-mcp": {
"command": "npx",
"args": [
"-y",
"swimmwatch/cloakbrowser-mcp"
]
}
}
}
📋 Copy
README Excerpt
<p align="center"> <img src="docs/assets/brand/logo-wordmark.svg" alt="CloakBrowser MCP" width="640" /> </p> `cloakbrowser-mcp` is a [Model Context Protocol](https://modelcontextprotocol.io/) browser automation server that runs upstream [`@playwright/mcp`](https://github.com/microsoft/playwright-mcp) with the [CloakBrowser](https://github.com/CloakHQ/CloakBrowser) Chromium binary. It provides Playwright MCP-compatible tools through a thin CloakBrowser bridge for npm and Docker users over stdio o
Tools (20)
CLOAK_PLAYWRIGHT_MCP_CONSOLE_FALLBACK CLOAK_PLAYWRIGHT_MCP_EXTRA_ARGS CLOAK_PLAYWRIGHT_MCP_HTTPS_CERT CLOAK_PLAYWRIGHT_MCP_HTTPS_KEY CLOAK_PLAYWRIGHT_MCP_HTTPS_PASSPHRASE CLOAK_PLAYWRIGHT_MCP_HTTPS_PFX CLOAK_PLAYWRIGHT_MCP_HTTP_AUTH_TOKEN CLOAK_PLAYWRIGHT_MCP_HTTP_ENDPOINT CLOAK_PLAYWRIGHT_MCP_HTTP_HOST CLOAK_PLAYWRIGHT_MCP_HTTP_PORT CLOAK_PLAYWRIGHT_MCP_HTTP_PROTOCOL CLOAK_PLAYWRIGHT_MCP_HTTP_SESSION_BACKEND CLOAK_PLAYWRIGHT_MCP_HTTP_SESSION_IDLE_TTL_MS CLOAK_PLAYWRIGHT_MCP_HTTP_SESSION_MAX CLOAK_PLAYWRIGHT_MCP_LOG_LEVEL CLOAK_PLAYWRIGHT_MCP_STEALTH_ARGS CLOAK_PLAYWRIGHT_MCP_TRANSPORT PLAYWRIGHT_MCP_BROWSER_ENGINE PLAYWRIGHT_MCP_HEADLESS PLAYWRIGHT_MCP_OUTPUT_DIR
Topics
ai-agents ai-tools browser-automation chromium cloakbrowser docker headless-browser llm-tools mcp mcp-server mcp-tools model-context-protocol modelcontextprotocol playwright playwright-mcp