Back to MCP directory
publicPublicdnsLocal runtime

mcp-spotify-server-vt7

一个集成Spotify API的MCP服务器项目,支持AI助手与用户Spotify数据交互。

article

README

🚀 MCP Spotify 服务器

本项目是集成了 Spotify APIMCP 服务器,能让 AI 助手与您的 Spotify 播放列表及热门歌曲进行交互,为音乐管理和交互带来新体验。

✨ 主要特性

  • 🎵 获取用户的 Spotify 播放列表
  • 🎶 检索用户的 热门歌曲
  • 💬 实现 模型上下文协议(MCP) 以支持 AI 互动
  • 🌐 使用 Express.js 作为后端框架

🚀 快速开始

本项目是一个集成 Spotify APIMCP 服务器,允许 AI 助手与您的 Spotify 播放列表和热门歌曲进行交互。您可以基于此服务器,轻松实现 AI 与音乐数据的互动。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client