scrapegraph mcp for Zed
io.github.scrapegraphai/scrapegraph-mcp
AI-powered web scraping and data extraction capabilities through ScrapeGraph API
client:Zed
transport:stdio
runtime:pypi
Install scrapegraph mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"scrapegraph-mcp": {
"command": "uvx",
"args": [
"scrapegraph-mcp"
],
"env": {
"SGAI_API_KEY": "<SGAI_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs