Skip to content
Cursor

CRW Web Scraper for Cursor

io.github.us/crw

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

client:Cursor transport:stdio runtime:oci

Install CRW Web Scraper in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

CRW Web Scraper in other clients