CRW Web Scraper for Cline
io.github.us/crw
Open-source web scraper for AI agents with scrape, crawl, and map tools
client:Cline
transport:stdio
runtime:oci
Install CRW Web Scraper in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"crw": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/us/crw:latest"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs