Skip to content
VS Code

WebReaper for VS Code

io.github.alex-on-ai/webreaper

AI-native web scraper: scrape, crawl and map any site to clean markdown over stdio. MIT-licensed.

client:VS Code transport:stdio runtime:nuget

Install WebReaper in VS Code

.vscode/mcp.json

{
  "servers": {
    "webreaper": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "WebReaper.Mcp",
        "--yes"
      ]
    }
  }
}

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

WebReaper in other clients