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