Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

PyScrappy in other clients