Spotify MCP Node Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| playMusicC | Start playing a Spotify track, album, artist, or playlist |
| playbackActionC | Perform a playback action (pause, resume, skip to next, skip to previous) |
| searchSpotifyB | Search Spotify by keyword and field filters (e.g. artist, track, playlist, tag:new, tag:hipster) and return items of the given type |
| getNowPlayingB | Get information about the currently playing track on Spotify |
| getUserPlaylistsC | Get a list of the current user's playlists on Spotify |
| getPlaylistTracksC | Get a list of tracks in a Spotify playlist |
| getRecentlyPlayedC | Get a list of recently played tracks on Spotify |
| getFollowedArtistsB | Get a list of artists the user is following on Spotify |
| getUserTopItemsC | Get a list of the user's top artists or tracks |
| addToQueueC | Adds a track, album, artist or playlist to the playback queue |
| addTracksToPlaylistC | Add tracks to a Spotify playlist |
| createPlaylistC | Create a new playlist on Spotify |
| removeTracksFromPlaylistC | Remove tracks from a Spotify playlist |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/igorgarbuz/spotify-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server