GitHubスター
19,229
ユーザー評価
未評価
お気に入り
0
閲覧数
76
フォーク
1,481
イシュー
15
インストール方法
難易度
上級推定所要時間
20-45 分
インストール方法
インストール方法
前提条件
必要なソフトウェアとバージョンを明記してください。Node.js: 18.0.0以上
npm: 8.0.0以上
VS CodeまたはCursorなどのMCPクライアント
インストール手順
1. リポジトリのクローン
bash
git clone https://github.com/microsoft/playwright-mcp.git
cd playwright-mcp
2. 依存関係のインストール
bash
npm install
3. MCPサーバーの設定
claude_desktop_config.json
を編集してMCPサーバーを追加:
json
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["@playwright/mcp@latest"]
}
}
}
4. サーバーの起動
bash
npm start