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.
基本情報
設定
以下の設定を使って、このサーバーを 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.
「メディアとデザイン」の他のコンテンツ
Spotify MCP Server
marcelmaraisLightweight MCP server for Spotify
Tripadvisor MCP Server
pab1it0A Model Context Protocol (MCP) server for Tripadvisor Content API. This provides access to Tripadvisor location data, reviews, and photos through standardized MCP interfaces, allowing AI assistants to search for travel destinations and experiences.
YouTube Transcript MCP Server
jkawamotoMCP server retrieving transcripts of YouTube videos
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
YouTube Transcript Server
kimtaeyoon83This is an MCP server that allows you to directly download transcripts of YouTube videos.
コメント