विषय पर बढ़ें

Claude Desktop से कनेक्ट करें

जब Claude Desktop server को on demand start करे, stdio का उपयोग करें।

Server जोड़ें

{
  "mcpServers": {
    "cloakbrowser": {
      "command": "npx",
      "args": ["-y", "cloakbrowser-mcp@latest"]
    }
  }
}

Optional persistent profile

{
  "mcpServers": {
    "cloakbrowser": {
      "command": "npx",
      "args": ["-y", "cloakbrowser-mcp@latest"],
      "env": {
        "PLAYWRIGHT_MCP_USER_DATA_DIR": "/absolute/path/to/profile"
      }
    }
  }
}

सत्यापन

Ask Claude Desktop to open a page with the cloakbrowser server and take a browser snapshot.

संबंधित