Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SPOTIFY_CLIENT_IDYesYour Spotify client ID from the Spotify Developer Dashboard.
SPOTIFY_REDIRECT_URIYesThe redirect URI set in the Spotify app (must be http://localhost:8888).http://localhost:8888
SPOTIFY_CLIENT_SECRETYesYour Spotify client secret from the Spotify Developer Dashboard.

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
SpotifyPlaybackA

Manage playback: get current track, start/resume, pause, skip, previous, seek, set volume. - get: info about the current track. - start: play spotify_uri, or resume if omitted. - pause / skip / previous. - seek: jump to position_ms. - volume: set volume_percent (0-100).

SpotifySearchC

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

SpotifyQueueB

Manage the playback queue - get the queue or add a track.

SpotifyGetInfoC

Get detailed info about a Spotify item (track, album, artist, or playlist).

SpotifyLibraryB

Manage saved (liked) tracks. - get_liked: list saved tracks. - save / remove: add or remove track_ids from the library.

SpotifyPlaylistA

Manage playlists. - list: the current user's playlists. - create: make a new playlist (name required). - add_tracks / remove_tracks: modify a playlist's items (playlist_id + track_ids required). - delete: remove a playlist from your library (playlist_id required). Spotify has no hard delete; this unfollows it, which removes owned playlists from your view.

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

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