Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | The host address for the server | 127.0.0.1 |
| PORT | No | The port for the HTTP server | 3030 |
| AUTH_ENABLED | No | Enable authentication | true |
| REDIRECT_URI | No | Authorization Server callback URI used to receive Spotify code | http://127.0.0.1:3031/spotify/callback |
| SPOTIFY_API_URL | No | Spotify API endpoint URL | https://api.spotify.com/v1 |
| SPOTIFY_CLIENT_ID | Yes | Your Spotify developer app client ID | |
| SPOTIFY_ACCOUNTS_URL | No | Spotify accounts endpoint URL | https://accounts.spotify.com |
| SPOTIFY_CLIENT_SECRET | Yes | Your Spotify developer app client secret | |
| OAUTH_REDIRECT_ALLOWLIST | No | Comma-separated list of allowed redirect URIs for OAuth | https://claude.ai/api/mcp/auth_callback,https://claude.com/api/mcp/auth_callback |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |