Skip to main content
Glama
hightechif

spotify-mcp-server

by hightechif

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SPOTIFY_CLIENT_IDYesYour Spotify app Client ID from the Developer Dashboard
SPOTIFY_CLIENT_SECRETYesYour Spotify app Client Secret from the Developer Dashboard
SPOTIFY_REDIRECT_PORTNoPort for OAuth redirect (default 8888)8888
SPOTIFY_REFRESH_TOKENYesGenerated refresh token from OAuth flow

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_current_playbackC

Get information about the user's current Spotify playback state.

pause_playbackB

Pause the current audio playback on Spotify.

resume_playbackC

Resume the current audio playback on Spotify.

skip_nextB

Skip to the next track on Spotify.

skip_previousC

Skip to the previous track on Spotify.

set_volumeB

Set the playback volume percentage on Spotify.

search_spotifyC

Search Spotify's catalog for tracks or playlists.

play_by_searchC

Play a track or playlist by searching for it first.

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/hightechif/spotify-mcp-server'

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