Connecter à Claude Desktop¶
Utilisez stdio lorsque Claude Desktop doit démarrer le serveur à la demande.
Ajouter le serveur¶
{
"mcpServers": {
"cloakbrowser": {
"command": "npx",
"args": ["-y", "cloakbrowser-mcp@latest"]
}
}
}
Profil persistant facultatif¶
{
"mcpServers": {
"cloakbrowser": {
"command": "npx",
"args": ["-y", "cloakbrowser-mcp@latest"],
"env": {
"PLAYWRIGHT_MCP_USER_DATA_DIR": "/absolute/path/to/profile"
}
}
}
}
Vérifier¶
Ask Claude Desktop to open a page with the cloakbrowser server and take a browser snapshot.