Back to MCP directory
publicPublicdnsLocal runtime

mcp-spotify-server

一个基于Flask的服务器项目,通过模型上下文协议(MCP)与Spotify API进行交互。

article

README

🚀 MCP Spotify 服务器

这是一个基于 Flask 搭建的服务器,它实现了模型上下文协议(MCP),并能与 Spotify API 进行交互,为用户提供便捷的音乐服务相关功能。

🚀 快速开始

本项目是一个实现模型上下文协议(MCP)并与 Spotify API 进行交互的 Flask 服务器。以下是启动项目的步骤。

📦 安装指南

克隆仓库

git clone [仓库地址]

安装依赖项

pip install -r requirements.txt
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