Saltar a contenido

Conectar con Claude Desktop

Usa stdio cuando Claude Desktop debe iniciar el servidor bajo demanda.

Añadir el 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.

Relacionado