What is the ShadowCrawl MCP server?
Stealth scraping & search. Bypasses Cloudflare, DataDome & LinkedIn via Cyborg HITL approach.
How to install ShadowCrawl
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"shadow-crawl": {
"url": "https://shadowcrawl--devshero.run.tools"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"shadow-crawl": {
"serverUrl": "https://shadowcrawl--devshero.run.tools"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"shadow-crawl": {
"type": "http",
"url": "https://shadowcrawl--devshero.run.tools"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"shadow-crawl": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://shadowcrawl--devshero.run.tools"
]
}
}
}Claude Code
claude mcp add --transport http shadow-crawl https://shadowcrawl--devshero.run.toolsRelated MCP servers
ShadowCrawl
Active
Rust MCP stealth scraper: anti-bot search/scrape with CDP fallback + HITL non-robot.
68
View repository →Rust
MIT