MCP.so
ログイン

Spotify Playlist Curator MCP Server

@lechiffre1

Spotify Playlist Curator MCP Server について

MCP server that can analyze your Spotify playlists and use Claude to recommend songs based on the mood, vibe, BPM, and other musical attributes.

基本情報

カテゴリ

メディアとデザイン

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

lechiffre1

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Spotify Playlist Curator MCP Server?

An MCP server that curates Spotify playlists by analyzing existing tracks and using Claude AI to recommend songs based on mood, vibe, BPM, and other musical attributes. It integrates with Spotify for playlist access and the MCP protocol for AI-driven song selection.

How to use Spotify Playlist Curator MCP Server?

Install dependencies with npm install, configure a Spotify Developer application and set credentials in a .env file, then start the server with npm start. After authenticating via a browser at http://localhost:3000/login, call MCP methods such as getPlaylists, getPlaylistDetails, and getClaudeRecommendations to analyze and enhance your playlists.

Key features of Spotify Playlist Curator MCP Server

  • Connect to your Spotify account and access playlists.
  • Analyze audio features of tracks in your playlists.
  • Generate a summary of playlist mood, energy, and tempo.
  • Get song recommendations from Claude AI based on analysis.
  • Search for tracks and add them to your playlists.
  • Create new playlists with custom names and descriptions.

Use cases of Spotify Playlist Curator MCP Server

  • Refresh an existing playlist with AI-suggested tracks matching its vibe.
  • Analyze a playlist's audio characteristics to inform new song choices.
  • Build mood- or genre-based playlists from scratch using recommendations.
  • Automate playlist expansion by pulling recommendations and adding them.

FAQ from Spotify Playlist Curator MCP Server

What are the prerequisites for using this server?

You need Node.js v14 or higher, a Spotify Developer account with a registered application, and Claude access via the MCP protocol.

How does authentication with Spotify work?

After starting the server, visit http://localhost:3000/login in your browser, log into your Spotify account, and authorize the application. You can then close the browser and use the MCP client.

Can I create a new Spotify playlist through this server?

Yes, the createPlaylist MCP method lets you create a new playlist with a name, optional description, and public/private setting.

Does the server require Claude AI to function?

The recommendation feature (getClaudeRecommendations) requires a valid Anthropic API key. Other operations like fetching playlists or searching tracks work without it.

Where do the data and credentials live?

Credentials are stored in a local .env file on your machine. Spotify data is accessed via the Spotify API; no data is stored on the server.

コメント

「メディアとデザイン」の他のコンテンツ