HasData Web Scraping for Claude Desktop
com.hasdata/web-scraping
Fetch any public web page through managed proxies, with optional JS rendering and extraction rules.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install HasData Web Scraping in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"web-scraping": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.hasdata.com/mcp?apis=web_scraping"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs