web scraper for Claude Desktop
io.github.dataleadspro/web-scraper
Fetch, crawl, and browse protected pages with anti-bot handling - renders in a real browser and
client:Claude Desktop
transport:streamable-http
tools:4
Install web scraper in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"web-scraper": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://data.dataleads.pro/mcp/web-scraper"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs