mirror of
https://github.com/varunneal/spotify-mcp.git
synced 2026-04-26 21:25:53 +03:00
[PR #5] [CLOSED] Add support for manipulating playlists #20
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-mcp-varunneal#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/varunneal/spotify-mcp/pull/5
Author: @jamiew
Created: 1/18/2025
Status: ❌ Closed
Base:
main← Head:playlists📝 Commits (4)
2f8a2caImplement playlist API functions (and enhance type safety throughout)1c02a97Git-ignore common files and cache files5bcc5baAdd additional logging so we can see what's going1ad41c7Add necessary playlist API scopes📊 Changes
4 files changed (+565 additions, -93 deletions)
View changed files
➕
.gitignore(+3 -0)📝
src/spotify_mcp/server.py(+256 -22)📝
src/spotify_mcp/spotify_api.py(+296 -63)📝
src/spotify_mcp/utils.py(+10 -8)📄 Description
This PR adds support for most of Spotify's major playlist API functions, including 'set custom cover art' which might be fun to play with!
Manipulatin Spotify queue is great but I keep wanting Claude to save the queue into playlists,or even add songs to existing playlists that I have already.
Still getting my feet wet with MCP (and python) so please forgive any errors or oversights
I have tried to fix a number of type safety things I ran into as well, and some additional logging. Happy to tone some of that down
Still testing this but working great so far!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.