scrapeunblocker mcp for Zed
com.scrapeunblocker/scrapeunblocker-mcp
Fetch any web page's HTML or AI-parsed JSON through the ScrapeUnblocker anti-bot API.
client:Zed
transport:stdio
runtime:npm
Install scrapeunblocker mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"scrapeunblocker-mcp": {
"command": "npx",
"args": [
"-y",
"scrapeunblocker-mcp"
],
"env": {
"SCRAPEUNBLOCKER_KEY": "<SCRAPEUNBLOCKER_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs