Spotify MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchSpotifyB | Search for tracks, albums, artists, or playlists on Spotify |
| getNowPlayingA | Get information about the currently playing track on Spotify, including device and volume info |
| getMyPlaylistsC | 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 |
| getUsersSavedTracksB | Get a list of tracks saved in the user's "Liked Songs" library |
| getQueueC | Get a list of the currently playing track and the next items in your Spotify queue |
| getAvailableDevicesB | Get information about the user's available Spotify Connect devices |
| 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 |
| skipToPreviousA | 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 |
| resumePlaybackB | Resume Spotify playback on the active device |
| addToQueueC | Adds a track, album, artist or playlist to the playback queue |
| setVolumeA | Set the playback volume to a specific percentage (0-100). Requires Spotify Premium. |
| adjustVolumeA | Adjust the playback volume up or down by a relative amount. Use positive values to increase, negative to decrease. Requires Spotify Premium. |
| getAlbumsC | Get detailed information about one or more albums by their Spotify IDs |
| getAlbumTracksC | Get tracks from a specific album with pagination support |
| saveOrRemoveAlbumForUserC | 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/marcelmarais/spotify-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server