MCP Server for Spotify
@richbai90
MCP Server for Spotify について
A spotify MCP server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"spotify-mcp-richbai90": {
"command": "node",
"args": [
"dist/index.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server for Spotify?
MCP Server for Spotify integrates with the Spotify API, allowing you to search music, manage playlists, and get recommendations through Claude. It is for Spotify users who want to control their music library conversationally via an MCP-compatible AI.
How to use MCP Server for Spotify?
Obtain a Spotify App from the Developer Dashboard, set the redirect URI to http://localhost:8888/callback, and use the included auth app to get a refresh token. Set environment variables SPOTIFY_CLIENT_ID, SPOTIFY_CLIENT_SECRET, and SPOTIFY_REFRESH_TOKEN, then run the server via npm install && npm run build && node dist/index.js or with Docker using podman run. Add the provided JSON configuration to Claude’s MCP server list.
Key features of MCP Server for Spotify
- Search for tracks, artists, and albums
- Create and modify playlists
- Browse user playlists
- Get music recommendations based on tracks, artists, and genres
- Works with Claude through MCP
Use cases of MCP Server for Spotify
- Ask Claude to search for songs, albums, or artists
- Create a playlist based on a theme or genre
- Add tracks to an existing playlist
- Explore your own Spotify playlists
- Get track recommendations similar to your favorites
FAQ from MCP Server for Spotify
How do I set up authentication?
Create a Spotify App, set the redirect URI to http://localhost:8888/callback, run the auth app in the auth-app directory, and follow the browser authorization to obtain a refresh token.
What environment variables are required?
You need SPOTIFY_CLIENT_ID, SPOTIFY_CLIENT_SECRET, and SPOTIFY_REFRESH_TOKEN.
How do I run the server?
Install dependencies with npm install, build with npm run build, and run node dist/index.js. Alternatively, build the Docker image and run the container with the required environment variables.
How do I use this with Claude?
Add the MCP configuration (shown in the README) to your Claude client’s mcpServers object, specifying the Spotify server with your credentials.
What actions can Claude perform?
Claude can search music, create/modify playlists, browse your playlists, and get recommendations based on your preferences.
「メディアとデザイン」の他のコンテンツ
YouTube MCP Server
ZubeidHendricksMCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics
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:
Image-Gen-Server
fengin一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口
KiCAD MCP: AI-Assisted PCB Design
mixelpixxKiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.

Spotify MCP
varunnealMCP to connect your LLM with Spotify.
コメント