spotifyscraper for VS Code
io.github.aliakhtari78/spotifyscraper
Public Spotify metadata, lyrics and podcasts for LLM agents. No API key, read-only.
client:VS Code
transport:stdio
runtime:pypi
Install spotifyscraper in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "spotify-sp-dc",
"description": "SPOTIFY_SP_DC",
"password": true
}
],
"servers": {
"spotifyscraper": {
"type": "stdio",
"command": "uvx",
"args": [
"spotifyscraper"
],
"env": {
"SPOTIFY_SP_DC": "${input:spotify-sp-dc}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs