SpotTube is a tool for downloading Spotify Playlists/Albums via yt-dlp.
services:
spottube:
image: thewicklowwolf/spottube:latest
container_name: spottube
environment:
- spotify_client_id=abc
- spotify_client_secret=123
- thread_limit=1
volumes:
- /path/to/config:/spottube/config
- /data/media/spottube:/spottube/downloads
- /etc/localtime:/etc/localtime:ro
ports:
- 5000:5000
restart: unless-stopped
To utilize a cookies file with yt-dlp, follow these steps:
Generate Cookies File: Open your web browser and use a suitable extension (e.g. cookies.txt for Firefox) to extract cookies for a user on YT.
Save Cookies File: Save the obtained cookies into a file named cookies.txt and put it into the config folder.
https://hub.docker.com/r/thewicklowwolf/spottube
$ claude mcp add SpotTube \
-- python -m otcore.mcp_server <graph>