Skip to content
Zed

web scraper for Zed

io.github.ryudi84/web-scraper

MCP server for web scraping: URLs, links, metadata, CSS extraction.

client:Zed transport:stdio runtime:npm

Install web scraper in Zed

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

{
  "context_servers": {
    "web-scraper": {
      "command": "npx",
      "args": [
        "-y",
        "sovereign-web-scraper-mcp"
      ]
    }
  }
}

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

web scraper in other clients