spotify-mcp-server

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

  1. Instalar dependencias:

    pip install -r requirements.txt
    
  2. Configurar credenciales:

    • Renombra o copia el archivo .env.example a .env.
    • Abre el archivo .env y reemplaza los valores TU_CLIENT_ID_DE_SPOTIFY_AQUI y TU_CLIENT_SECRET_DE_SPOTIFY_AQUI con tus credenciales del Spotify Developer Dashboard.
  3. Ejecutar el servidor:

    flask run
    

El servidor se ejecutará en http://127.0.0.1:5000.