Tools that your AI agent can use through this MCP server to interact with Spotify
Get the object currently being played on the user's Spotify account. See the documentation
Get all tracks in an album. See the docs here
Save one or more tracks to the current user’s "Your Music" library. See the docs here.
Remove one or more tracks from the current user’s ‘Your Music’ library. See the docs here
Remove one or more items from a user’s playlist. See the docs here
Get a track by its name or ID. See the docs here
Create a list of recommendations based on the available information for a given seed entity and matched against similar artists and tracks. If there is sufficient information about the provided seeds, a list of tracks will be returned together with pool size details. See the docs here.
Get a playlist owned by a Spotify user. See the documentation.
Get full details of the items of a playlist owned by a Spotify user. See the docs here.
Get a list of Spotify playlists tagged with a particular category. See the docs here.
Get audio feature information for a single track identified by its unique Spotify ID. See the docs here.
Get Spotify catalog information about an artist’s top tracks by country. See the docs here.
Get Spotify tracks information related with an artist's. see docs here.
Create a playlist for a Spotify user. The playlist will be empty until you add tracks. See the docs here.
Add one or more items to a user’s playlist. See the docs here.