PyScrappy for Zed
io.github.mldsveda/pyscrappy
Web-scraping toolkit with 22 tools for structured web data as JSON for AI agents.
client:Zed
transport:stdio
runtime:pypi
Install PyScrappy in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pyscrappy": {
"command": "uvx",
"args": [
"pyscrappy"
],
"env": {
"OMDB_API_KEY": "<OMDB_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs