Skip to main content
Glama
markandeyay

spotify-mcp

by markandeyay

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABASE_URLYesPostgreSQL connection string (e.g. from Neon)
REDIRECT_URIYesCallback URL for Spotify OAuth, e.g. https://your-host/callback
SESSION_SECRETYesExpress session secret
JWT_SIGNING_KEYYesLong random string used to sign JWTs
SPOTIFY_CLIENT_IDYesSpotify app client ID from developer dashboard
MASTER_ENCRYPTION_KEYYesBase64-encoded 32-byte key for AES-256-GCM encryption of tokens. Generate with: node -e "console.log(require('crypto').randomBytes(32).toString('base64'))"
SPOTIFY_CLIENT_SECRETYesSpotify app client secret from developer dashboard

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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

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