nlevy/spotify-mcp-server
If you are the rightful owner of spotify-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 provides Spotify integration, allowing AI assistants and applications to interact with Spotify's music streaming service.
Tools
Functions exposed to the LLM to take actions
search_artists
Search for artists on Spotify.
get_artist
Get detailed information about an artist.
get_artist_albums
Get albums for an artist.
get_artist_top_tracks
Get top tracks for an artist.
get_album
Get detailed information about an album.
get_album_tracks
Get tracks from an album.
get_new_releases
Get new album releases.
create_playlist
Create a new Spotify playlist.
add_tracks_to_playlist
Add tracks to an existing playlist.
get_user_playlists
Get current user's playlists.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client