danisss9/spotify-playlist-generator-mcp-server
If you are the rightful owner of spotify-playlist-generator-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that integrates with the Spotify Web API to facilitate music track searches and playlist management.
Tools
Functions exposed to the LLM to take actions
authenticate_spotify
Authenticate with Spotify OAuth to enable music search and playlist management features.
get_auth_status
Check current Spotify authentication status.
search_tracks
Search Spotify for music tracks.
get_track_details
Get detailed information about a specific Spotify track.
create_playlist
Create a new Spotify playlist (requires authentication).
edit_playlist
Edit existing playlist information (requires authentication).
add_to_playlist
Add tracks to a Spotify playlist (requires authentication).
list_playlists
List user's Spotify playlists (requires authentication).
get_playlist_tracks
Get tracks from a Spotify playlist (requires authentication).
remove_from_playlist
Remove tracks from a Spotify playlist (requires authentication).
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client