Skip to content
Zed

spotifyscraper for Zed

io.github.aliakhtari78/spotifyscraper

Public Spotify metadata, lyrics and podcasts for LLM agents. No API key, read-only.

client:Zed transport:stdio runtime:pypi

Install spotifyscraper 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": {
    "spotifyscraper": {
      "command": "uvx",
      "args": [
        "spotifyscraper"
      ],
      "env": {
        "SPOTIFY_SP_DC": "<SPOTIFY_SP_DC>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

spotifyscraper in other clients