/ ディレクトリ / プレイグラウンド / playwright-bot-bypass
● コミュニティ greekr4 ⚡ 即起動

playwright-bot-bypass

作者 greekr4 · greekr4/playwright-bot-bypass

FreeMCPLabから除外 — 検出回避・利用規約違反ツールのため。

このスキルはボット検出システム(Google CAPTCHAなど)の回避を謳っています。FreeMCPLabの安全ルール(STANDARDS.md「Safety rules」→「EXCLUDE always」およびv2.0ガイド概要の明示的なバイパス/クラックフィルター)に基づき、リバースエンジニアリングおよび検出回避ツールはカタログに収録されません。ガイドコンテンツは提供されません。

ライブデモ

実際の動作

準備完了

インストール

クライアントを選択

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "playwright-bot-bypass-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/greekr4/playwright-bot-bypass",
        "~/.claude/skills/playwright-bot-bypass"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config を開く。保存後、アプリを再起動。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "playwright-bot-bypass-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/greekr4/playwright-bot-bypass",
        "~/.claude/skills/playwright-bot-bypass"
      ],
      "_inferred": true
    }
  }
}

Cursor は Claude Desktop と同じ mcpServers スキーマを使用。プロジェクト設定はグローバルより優先。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "playwright-bot-bypass-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/greekr4/playwright-bot-bypass",
        "~/.claude/skills/playwright-bot-bypass"
      ],
      "_inferred": true
    }
  }
}

Cline サイドバーの MCP Servers アイコンをクリックし、"Edit Configuration" を選択。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "playwright-bot-bypass-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/greekr4/playwright-bot-bypass",
        "~/.claude/skills/playwright-bot-bypass"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop と同じ形式。Windsurf を再起動して反映。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "playwright-bot-bypass-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/greekr4/playwright-bot-bypass",
        "~/.claude/skills/playwright-bot-bypass"
      ]
    }
  ]
}

Continue はマップではなくサーバーオブジェクトの配列を使用。

~/.config/zed/settings.json
{
  "context_servers": {
    "playwright-bot-bypass-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/greekr4/playwright-bot-bypass",
          "~/.claude/skills/playwright-bot-bypass"
        ]
      }
    }
  }
}

context_servers に追加。保存時に Zed がホットリロード。

claude mcp add playwright-bot-bypass-skill -- git clone https://github.com/greekr4/playwright-bot-bypass ~/.claude/skills/playwright-bot-bypass

ワンライナー。claude mcp list で確認、claude mcp remove で削除。

セキュリティ

権限、シークレット、影響範囲

代替案

playwright-bot-bypass 他との比較

代替案代わりに使う場面トレードオフ
playwright (official)自身が所有する、またはテスト許可を得たサイトで合法的なブラウザ自動化が必要な場合検出回避機能なし、CAPTCHAバイパスなし — 標準的な自動化のみ

その他

リソース

📖 GitHub の公式 README を読む

🐙 オープンな issue を見る

🔍 400以上のMCPサーバーとSkillsを見る