Use Spider Cloud with spider_mcp
mainTo route all crawling through Spider Cloud (providing managed proxies, anti-bot bypass, and CAPTCHA handling), set the SPIDER_API_KEY environment variable in your MCP configuration.
{
"mcpServers": {
"spider": {
"command": "spider-mcp",
"env": {
"SPIDER_API_KEY": "your-api-key"
}
}
}
}