CRW Web Scraper for Claude Desktop
io.github.us/crw
Open-source web scraper for AI agents with scrape, crawl, and map tools
client:Claude Desktop
transport:stdio
runtime:oci
Install CRW Web Scraper in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"crw": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/us/crw:latest"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs