JeremyCalmiett-dev/spotify-mcp-server
3.1
If you are the rightful owner of spotify-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project is an MCP server that enables an AI agent like Cascade to interact with the Spotify API.
Servidor MCP para Spotify
Este proyecto es un servidor MCP (Model Context Protocol) que permite a un agente de IA como Cascade interactuar con la API de Spotify.
Configuración
-
Instalar dependencias:
pip install -r requirements.txt
-
Configurar credenciales:
- Renombra o copia el archivo
.env.example
a.env
. - Abre el archivo
.env
y reemplaza los valoresTU_CLIENT_ID_DE_SPOTIFY_AQUI
yTU_CLIENT_SECRET_DE_SPOTIFY_AQUI
con tus credenciales del Spotify Developer Dashboard.
- Renombra o copia el archivo
-
Ejecutar el servidor:
flask run
El servidor se ejecutará en http://127.0.0.1:5000
.