Skip to content
Zed

WebReaper for Zed

io.github.alex-on-ai/webreaper

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

client:Zed transport:stdio runtime:nuget

Install WebReaper in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

WebReaper in other clients