Mit Claude Desktop verbinden¶
Nutzen Sie stdio, wenn Claude Desktop den Server bei Bedarf starten soll.
Server hinzufügen¶
{
"mcpServers": {
"cloakbrowser": {
"command": "npx",
"args": ["-y", "cloakbrowser-mcp@latest"]
}
}
}
Optionales persistentes Profil¶
{
"mcpServers": {
"cloakbrowser": {
"command": "npx",
"args": ["-y", "cloakbrowser-mcp@latest"],
"env": {
"PLAYWRIGHT_MCP_USER_DATA_DIR": "/absolute/path/to/profile"
}
}
}
}
Prüfen¶
Ask Claude Desktop to open a page with the cloakbrowser server and take a browser snapshot.