Conectar ao Claude Desktop¶
Use stdio quando o Claude Desktop deve iniciar o servidor sob demanda.
Adicionar o servidor¶
{
"mcpServers": {
"cloakbrowser": {
"command": "npx",
"args": ["-y", "cloakbrowser-mcp@latest"]
}
}
}
Perfil persistente opcional¶
{
"mcpServers": {
"cloakbrowser": {
"command": "npx",
"args": ["-y", "cloakbrowser-mcp@latest"],
"env": {
"PLAYWRIGHT_MCP_USER_DATA_DIR": "/absolute/path/to/profile"
}
}
}
}
Verificar¶
Ask Claude Desktop to open a page with the cloakbrowser server and take a browser snapshot.