作者 greekr4 · greekr4/playwright-bot-bypass
Excluded from FreeMCPLab — anti-detection / ToS-violating tooling.
This skill advertises bypassing bot-detection systems (Google CAPTCHA, etc.). Per FreeMCPLab safety rules (STANDARDS.md 'Safety rules' → 'EXCLUDE always' and the v2.0 guide brief's explicit bypass/crack filter), reverse-engineering and anti-detection tooling is not catalogued. No guide content is provided.
%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。保存后重启应用。
{
"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 格式。项目级配置优先于全局。
{
"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"。
{
"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 生效。
{
"mcpServers": [
{
"name": "playwright-bot-bypass-skill",
"command": "git",
"args": [
"clone",
"https://github.com/greekr4/playwright-bot-bypass",
"~/.claude/skills/playwright-bot-bypass"
]
}
]
}
Continue 使用服务器对象数组,而非映射。
{
"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 (official) | You need lawful browser automation on sites you own or have permission to test | No anti-detection, no CAPTCHA bypass — standard automation only |