Skip to main content
Glama
makesh-kumar

Spotify MCP Server

by makesh-kumar

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
searchSpotifyC

Search for tracks, albums, artists, or playlists on Spotify

getNowPlayingB

Get information about the currently playing track on Spotify

getMyPlaylistsB

Get a list of the current user's playlists on Spotify

getPlaylistTracksC

Get a list of tracks in a Spotify playlist

getRecentlyPlayedB

Get a list of recently played tracks on Spotify

getUsersSavedTracksB

Get a list of tracks saved in the user's "Liked Songs" library

getQueueA

Get a list of the currently playing track and the next items in your Spotify queue

playMusicC

Start playing a Spotify track, album, artist, or playlist

pausePlaybackA

Pause Spotify playback on the active device

skipToNextA

Skip to the next track in the current Spotify playback queue

skipToPreviousB

Skip to the previous track in the current Spotify playback queue

createPlaylistC

Create a new playlist on Spotify

addTracksToPlaylistC

Add tracks to a Spotify playlist

resumePlaybackC

Resume Spotify playback on the active device

addToQueueC

Adds a track, album, artist or playlist to the playback queue

getAlbumsC

Get detailed information about one or more albums by their Spotify IDs

getAlbumTracksB

Get tracks from a specific album with pagination support

saveOrRemoveAlbumForUserA

Save or remove albums from the user's "Your Music" library

checkUsersSavedAlbumsC

Check if albums are saved in the user's "Your Music" library

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/makesh-kumar/spotify-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server