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.

コメント

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