Skip to content
Go back

Playwright MCPでシークレットモード(incognito)を使う

Published:  at  01:02 PM
{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": [
        "@playwright/mcp@latest",
        "--isolated"
      ]
    }
  }
}

シークレットモードと完全に同じかはわかりませんが、プロファイルをメモリにのみ保存し、ディスクに保存しないオプションがあります。 シークレットモードの目的は満たせるはずです。

公式のreadmeに載ってます。


Share this post on:

Previous Post
Claudeでのブラウザ操作にはコンテキストウィンドウが足りない
Next Post
Claude x Playwright MCPで`browser_install`でエラー