Spotify

Spotify

Spotify is a digital music and podcast streaming service with millions of tracks, personalized playlists, and social sharing features

3VIEWS
2339USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app spotifynpx @composio/cli add cursor --app spotifynpx @composio/cli add cursor --app spotifynpx @composio/cli add cursor --app spotify

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Add Items To Playlist

Add one or more items to a user's playlist.

Create Playlist

Create a playlist for a spotify user. (the playlist will be empty until you [add tracks](/documentation/web-api/reference/add-tracks-to-playlist).) each user is generally limited to a maximum of 11000 playlists.

Get Artist S Top Tracks

Get spotify catalog information about an artist's top tracks by country.

Get Playlist

Get a playlist owned by a spotify user.

Get Show

Get spotify catalog information for a single show identified by its unique spotify id.

Get Show Episodes

Get spotify catalog information about an show’s episodes. optional parameters can be used to limit the number of episodes returned.

Save Albums For Current User

Save one or more albums to the current user's 'your music' library.

Save Tracks For Current User

Save one or more tracks to the current user's 'your music' library.

Add Item To Playback Queue

Add an item to the end of the user's current playback queue. this api only works for users who have spotify premium. the order of execution is not guaranteed when you use this api with other player api endpoints.

Add Items To Playlist

Add one or more items to a user's playlist. <<DEPRECATED use add_items_to_playlist>>

Change Playlist Details

Change a playlist's name and public/private state. (the user must, of course, own the playlist.)

Check If Users Follow Playlist

Check to see if one or more spotify users are following a specified playlist.

Check If User Follows Artists Or Users

Check to see if the current user is following one or more artists or other spotify users.

Check User S Saved Albums

Check if one or more albums is already saved in the current spotify user's 'your music' library.

Check User S Saved Audiobooks

Check if one or more audiobooks are already saved in the current spotify user's library.

Check User S Saved Episodes

This spotify api endpoint (in beta) checks if episodes are saved in a user's library. feedback and issues can be shared in the developer forum.

Check User S Saved Shows

Check if one or more shows is already saved in the current spotify user's library.

Check User S Saved Tracks

Check if one or more tracks is already saved in the current spotify user's 'your music' library.

Follow Artists Or Users

Add the current user as a follower of one or more artists or other spotify users.

Follow Playlist

Add the current user as a follower of a playlist.

20 actions available