MCP.so
登录
S

Spotify Playlist Generator Mcp Server

@danisss9

关于 Spotify Playlist Generator Mcp Server

A Model Context Protocol (MCP) server that enables AI applications to search for music tracks and manage playlists using the official Spotify Web API.

基本信息

分类

媒体与设计

传输方式

stdio

发布者

danisss9

提交者

Dani Santos

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "spotify-playlist-generator": {
      "command": "node",
      "args": [
        "/absolute/path/to/spotify-playlist-generator/build/index.js"
      ],
      "env": {
        "SPOTIFY_CLIENT_ID": "your_client_id_here",
        "SPOTIFY_CLIENT_SECRET": "your_client_secret_here"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Spotify Playlist Generator Mcp Server?

A Model Context Protocol (MCP) server that enables AI applications to search for music tracks and manage playlists using the official Spotify Web API. It is built for developers integrating Spotify functionality into AI assistants or chat clients.

How to use Spotify Playlist Generator Mcp Server?

Clone the repository, install dependencies, set up a Spotify App, configure environment variables (SPOTIFY_CLIENT_ID, SPOTIFY_CLIENT_SECRET), build the TypeScript code, then run the server. It uses stdio transport and can be added to Claude Desktop or VS Code Copilot as an MCP server. OAuth authentication is required for all features.

Key features of Spotify Playlist Generator Mcp Server

  • Search music tracks on Spotify with customizable parameters
  • Retrieve detailed information about specific tracks
  • Create, edit, and delete playlists
  • Add or remove tracks from playlists
  • List user playlists with pagination
  • OAuth 2.0 authentication flow for secure access

Use cases of Spotify Playlist Generator Mcp Server

  • AI assistants that recommend and manage Spotify playlists
  • Voice‑controlled playlist creation and editing
  • Automated music curation based on user preferences
  • Integration with developer tools (e.g., VS Code) for quick track lookups
  • Building chat‑based music discovery apps

FAQ from Spotify Playlist Generator Mcp Server

Do I need a Spotify Developer account?

Yes. You must create a Spotify App in the Spotify Developer Dashboard and obtain a Client ID and Client Secret.

What runtime does the server require?

Node.js 18 or higher.

Does the server work offline or with cached data?

No. All operations require a live connection to the Spotify Web API.

Which MCP clients are supported?

Any client that supports the stdio transport. Examples include Claude Desktop and Visual Studio Code with GitHub Copilot.

What are the main API limitations?

Spotify enforces rate limits per endpoint, OAuth access tokens expire after one hour, some tracks may be restricted by market, and the available operations depend on the granted OAuth scopes.

评论

媒体与设计 分类下的更多 MCP 服务器