MCP Spotify Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| clientId | Yes | Your Spotify client ID from the Spotify Developer Dashboard | |
| redirectUri | Yes | Your redirect URI (e.g., http://127.0.0.1:8088/callback) | |
| clientSecret | Yes | Your Spotify client secret from the Spotify Developer Dashboard |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
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 |
| getMyPlaylistsA | Get a list of the current user's playlists on Spotify |
| getPlaylistTracksB | Get a list of tracks in a Spotify playlist |
| getRecentlyPlayedB | Get a list of recently played tracks on Spotify |
| playMusicB | 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 |
| createPlaylistB | Create a new playlist on Spotify |
| addTracksToPlaylistC | Add tracks to a Spotify playlist |
| resumePlaybackB | Resume Spotify playback on the active device |
| addToQueueA | Adds a track, album, artist or playlist to the playback queue |
| getAccessTokenA | Fetches a valid Spotify access token and refresh token using the clientId and clientSecret from spotify-config.json, and updates spotify-config.json. |
| refreshAccessTokenA | Attempts to refresh the Spotify access token using the refresh token from spotify-config.json. |
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/JKGzenna/mcp-spotify-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server