Skip to content
VS Code

CRW Web Scraper for VS Code

io.github.us/crw

Open-source web scraper for AI agents with scrape, crawl, and map tools

client:VS Code transport:stdio runtime:oci

Install CRW Web Scraper in VS Code

.vscode/mcp.json

{
  "servers": {
    "crw": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/us/crw:latest"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

CRW Web Scraper in other clients