Skip to content
Zed

Robot Resources Scraper for Zed

io.github.robot-resources/scraper

Token compression for web content — 70-80% reduction from HTML to clean markdown

client:Zed transport:stdio runtime:npm

Install Robot Resources Scraper in Zed

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

{
  "context_servers": {
    "scraper": {
      "command": "npx",
      "args": [
        "-y",
        "@robot-resources/scraper-mcp"
      ]
    }
  }
}

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

Robot Resources Scraper in other clients