0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ClineからPlaywright MCPを利用して、Chromeを操作する

Posted at

✅ 準備

MCPサーバ設定から、cline_mcp_settings.jsonを開く。

スクリーンショット_2025-06-01_0_56_41.png

cline_mcp_settings.jsonにPlaywrightのMCPサーバを設定する。

cline_mcp_settings.json
{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": [
        "@playwright/mcp@latest"
      ]
    }
  }
}

✅ 動作確認

Clineにplaywrihtを利用してgoogleを開くように指示する。

スクリーンショット 2025-06-01 14.05.45.png

Chromeが起動してgoogleのページが表示される。

スクリーンショット 2025-06-01 14.02.37.png


📝 参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?