| title | Connect To Claude Desktop | |
|---|---|---|
| description | Add CloakBrowser MCP to Claude Desktop with a stdio mcpServers configuration. | |
| icon | material/chat | |
| tags |
|
Use stdio when Claude Desktop should start the server on demand.
Add this entry to claude_desktop_config.json, then restart Claude Desktop:
{
"mcpServers": {
"cloakbrowser": {
"command": "npx",
"args": ["-y", "cloakbrowser-mcp@latest"]
}
}
}{
"mcpServers": {
"cloakbrowser": {
"command": "npx",
"args": ["-y", "cloakbrowser-mcp@latest"],
"env": {
"PLAYWRIGHT_MCP_USER_DATA_DIR": "/absolute/path/to/profile"
}
}
}
}Ask Claude Desktop to use the cloakbrowser server to open a page and take a browser snapshot. The upstream Playwright MCP browser tools should be available unchanged.