scraper for Zed
io.github.ofershap/scraper
Web scraping MCP — extract clean markdown, links, and metadata from any URL.
client:Zed
transport:stdio
runtime:npm
Install scraper in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"scraper": {
"command": "npx",
"args": [
"-y",
"mcp-server-scraper"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs