Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"spotify-downloader": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-spotify-downloader"
]
}
}
}