ShadowCrawl for Claude Desktop
io.github.devshero/shadow-crawl
Stealth scraping & search. Bypasses Cloudflare, DataDome & LinkedIn via Cyborg HITL approach.
client:Claude Desktop
transport:streamable-http
Install ShadowCrawl in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"shadow-crawl": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://shadowcrawl--devshero.run.tools"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs