MCP Spotify Server
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_REDIRECT_URI | No | The redirect URI configured in your Spotify app settings | http://localhost:3000/callback |
| SPOTIFY_CLIENT_SECRET | Yes | Your Spotify Client Secret from the Spotify Developer Dashboard |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| spotify_authB | Inicia o processo de autenticação com o Spotify |
| spotify_set_tokensC | Conclui a autenticação com o código recebido do Spotify |
| spotify_searchC | Busca por músicas, artistas, álbuns ou playlists no Spotify |
| spotify_playC | Toca uma música específica no Spotify |
| spotify_pauseC | Pausa a reprodução atual |
| spotify_resumeC | Retoma a reprodução pausada |
| spotify_nextC | Pula para a próxima música |
| spotify_previousB | Volta para a música anterior |
| spotify_current_playingB | Obtém informações sobre a música que está tocando |
| spotify_devicesB | Lista dispositivos disponíveis para reprodução |
| spotify_playlistsC | Lista playlists do usuário |
| spotify_play_playlistC | Toca uma playlist específica |
| spotify_create_playlistC | Cria uma nova playlist no Spotify |
| spotify_add_tracks_to_playlistC | Adiciona músicas a uma playlist existente |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/fborello/MCPSpotify'
If you have feedback or need assistance with the MCP directory API, please join our Discord server