by 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
}
}
}
Open Claude Desktop → Settings → Developer → Edit Config. Restart after saving.
{
"mcpServers": {
"playwright-bot-bypass-skill": {
"command": "git",
"args": [
"clone",
"https://github.com/greekr4/playwright-bot-bypass",
"~/.claude/skills/playwright-bot-bypass"
],
"_inferred": true
}
}
}
Cursor uses the same mcpServers schema as Claude Desktop. Project config wins over global.
{
"mcpServers": {
"playwright-bot-bypass-skill": {
"command": "git",
"args": [
"clone",
"https://github.com/greekr4/playwright-bot-bypass",
"~/.claude/skills/playwright-bot-bypass"
],
"_inferred": true
}
}
}
Click the MCP Servers icon in the Cline sidebar, then "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
}
}
}
Same shape as Claude Desktop. Restart Windsurf to pick up changes.
{
"mcpServers": [
{
"name": "playwright-bot-bypass-skill",
"command": "git",
"args": [
"clone",
"https://github.com/greekr4/playwright-bot-bypass",
"~/.claude/skills/playwright-bot-bypass"
]
}
]
}
Continue uses an array of server objects rather than a map.
{
"context_servers": {
"playwright-bot-bypass-skill": {
"command": {
"path": "git",
"args": [
"clone",
"https://github.com/greekr4/playwright-bot-bypass",
"~/.claude/skills/playwright-bot-bypass"
]
}
}
}
}
Add to context_servers. Zed hot-reloads on save.
claude mcp add playwright-bot-bypass-skill -- git clone https://github.com/greekr4/playwright-bot-bypass ~/.claude/skills/playwright-bot-bypass
One-liner. Verify with claude mcp list. Remove with claude mcp remove.
| Alternative | When to use it instead | Tradeoff |
|---|---|---|
| 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 |