joeychilson/music-mcp
3.2
If you are the rightful owner of music-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server designed to integrate Claude with Spotify for music management.
music-mcp
A Model Context Protocol (MCP) server to let Claude help you manage your music.
Requirements
Configuration
Add the following to your claude_desktop_config.json file:
{
"mcpServers": {
"music-mcp": {
"command": "uv",
"args": [
"run",
"--with",
"mcp",
"--with",
"spotipy",
"/path/to/music-mcp/server.py"
],
"env": {
"SPOTIFY_CLIENT_ID": "your_spotify_client_id",
"SPOTIFY_CLIENT_SECRET": "your_spotify_client_secret",
"SPOTIFY_REDIRECT_URI": "your_spotify_redirect_uri"
}
}
}
}