Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SPOTIFY_CLIENT_ID | Yes | Your Spotify Client ID from the Spotify Developer Dashboard. | |
| SPOTIFY_MCP_TOOLSETS | No | Comma-separated list of toolsets to load (core, social, discovery, power, all). Useful for clients with tool limits like Cursor. | all |
| SPOTIFY_REDIRECT_URI | No | The Redirect URI configured in the Spotify Developer Dashboard. Must match exactly. | http://127.0.0.1:8888/callback |
| SPOTIFY_CLIENT_SECRET | No | Your Spotify Client Secret. Optional; if provided, uses traditional OAuth, otherwise uses PKCE. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |