Skip to main content
Glama

Spotify Streamable MCP Server

by iceener

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoThe host address for the server127.0.0.1
PORTNoThe port for the HTTP server3030
AUTH_ENABLEDNoEnable authenticationtrue
REDIRECT_URINoAuthorization Server callback URI used to receive Spotify codehttp://127.0.0.1:3031/spotify/callback
SPOTIFY_API_URLNoSpotify API endpoint URLhttps://api.spotify.com/v1
SPOTIFY_CLIENT_IDYesYour Spotify developer app client ID
SPOTIFY_ACCOUNTS_URLNoSpotify accounts endpoint URLhttps://accounts.spotify.com
SPOTIFY_CLIENT_SECRETYesYour Spotify developer app client secret
OAUTH_REDIRECT_ALLOWLISTNoComma-separated list of allowed redirect URIs for OAuthhttps://claude.ai/api/mcp/auth_callback,https://claude.com/api/mcp/auth_callback

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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

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