[PR #17] [MERGED] Feature: added support for managing playlists #27

Closed
opened 2026-02-28 15:42:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/varunneal/spotify-mcp/pull/17
Author: @aanurraj
Created: 4/10/2025
Status: Merged
Merged: 4/30/2025
Merged by: @varunneal

Base: mainHead: feature/managing-playlists


📝 Commits (4)

  • c40d10f added support for managing playlists
  • 2109722 added support for removing songs from playlist
  • 4bace58 added support for changing details of the playlist
  • b060ac7 added decorator for username

📊 Changes

3 files changed (+222 additions, -2 deletions)

View changed files

📝 src/spotify_mcp/server.py (+112 -0)
📝 src/spotify_mcp/spotify_api.py (+81 -1)
📝 src/spotify_mcp/utils.py (+29 -1)

📄 Description

Added the tool SpotifyPlaylist closed the issue #16, and at the moment it can do the following

  • Get user's playlists
  • Get Tracks from the playlists
  • Add tracks to the playlist
  • Remove tracks from playlist
  • Modify playlist's information

Few of the screenshots
Screenshot 2025-04-10 at 9 19 19 PM

Screenshot 2025-04-10 at 9 18 27 PM


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/varunneal/spotify-mcp/pull/17 **Author:** [@aanurraj](https://github.com/aanurraj) **Created:** 4/10/2025 **Status:** ✅ Merged **Merged:** 4/30/2025 **Merged by:** [@varunneal](https://github.com/varunneal) **Base:** `main` ← **Head:** `feature/managing-playlists` --- ### 📝 Commits (4) - [`c40d10f`](https://github.com/varunneal/spotify-mcp/commit/c40d10f54b4f31dff314f3cb166aafbdc1e010c6) added support for managing playlists - [`2109722`](https://github.com/varunneal/spotify-mcp/commit/21097220f5c699dc4920871294df54daa53f59ed) added support for removing songs from playlist - [`4bace58`](https://github.com/varunneal/spotify-mcp/commit/4bace5895de02c9f3452ca643a757b5abf3410bc) added support for changing details of the playlist - [`b060ac7`](https://github.com/varunneal/spotify-mcp/commit/b060ac7f79f665d49aae8705520361f10504ac1a) added decorator for username ### 📊 Changes **3 files changed** (+222 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/spotify_mcp/server.py` (+112 -0) 📝 `src/spotify_mcp/spotify_api.py` (+81 -1) 📝 `src/spotify_mcp/utils.py` (+29 -1) </details> ### 📄 Description Added the tool **SpotifyPlaylist** closed the issue #16, and at the moment it can do the following - [x] Get user's playlists - [x] Get Tracks from the playlists - [x] Add tracks to the playlist - [x] Remove tracks from playlist - [x] Modify playlist's information Few of the screenshots ![Screenshot 2025-04-10 at 9 19 19 PM](https://github.com/user-attachments/assets/7f938a6a-893f-4f73-acd6-730603df2745) ![Screenshot 2025-04-10 at 9 18 27 PM](https://github.com/user-attachments/assets/052df164-6d52-4ff5-9d56-d77ab38ad029) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 15:42:54 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-mcp-varunneal#27
No description provided.