Skip to main content
Glama
thebigredgeek

spotify-mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SPOTIFY_CLIENT_IDNoClient ID from Spotify Developer Dashboard
SPOTIFY_ACCESS_TOKENNoAccess token obtained after authentication
SPOTIFY_CLIENT_SECRETNoClient Secret from Spotify Developer Dashboard
SPOTIFY_REFRESH_TOKENNoRefresh token obtained after authentication

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
spotify_health_checkB

Check if the Spotify MCP server is authenticated and operational

spotify_get_auth_statusA

Get authentication status and instructions for setting up Spotify credentials

spotify_setup_instructionsA

Get detailed setup instructions for authenticating the Spotify MCP server

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.9/5.0

Scored across 3 tools

Disambiguation1/5

All three tools — get_auth_status, health_check, and setup_instructions — serve nearly identical purposes related to authentication and server status. An agent would struggle to select the correct tool because they all provide information about setup or health with no distinct functional boundaries.

Naming Consistency3/5

All tools use snake_case with a 'spotify_' prefix, but the naming pattern is inconsistent: 'get_auth_status' follows a verb_noun pattern, while 'health_check' and 'setup_instructions' are noun_noun combinations, breaking the expected consistency.

Tool Count1/5

With only 3 tools, all dedicated to authentication and health, the server is vastly undersized for a Spotify service, which would typically require many tools for playback, search, queue management, etc. The count is far too low for the implied scope.

Completeness1/5

The tool surface covers only authentication and setup, missing core Spotify functionalities like play, pause, search, and playlist management. This is a severe gap that renders the server unable to perform any music-related tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues