[PR #9] [MERGED] Support playing albums and playlists #25

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/9
Author: @davidpadbury
Created: 3/5/2025
Status: Merged
Merged: 3/6/2025
Merged by: @varunneal

Base: mainHead: main


📝 Commits (1)

  • 62881e4 Support playing albums and playlists

📊 Changes

3 files changed (+24 additions, -10 deletions)

View changed files

.gitignore (+2 -0)
📝 src/spotify_mcp/server.py (+3 -3)
📝 src/spotify_mcp/spotify_api.py (+19 -7)

📄 Description

Found I had to alternate handling of uris vs context_uri in the start action to support playing albums or playlists in addition to supporting tracks.

Thanks for putting this mcp server together!


🔄 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/9 **Author:** [@davidpadbury](https://github.com/davidpadbury) **Created:** 3/5/2025 **Status:** ✅ Merged **Merged:** 3/6/2025 **Merged by:** [@varunneal](https://github.com/varunneal) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`62881e4`](https://github.com/varunneal/spotify-mcp/commit/62881e415e2c40979394da6b18bbe90c6f750335) Support playing albums and playlists ### 📊 Changes **3 files changed** (+24 additions, -10 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+2 -0) 📝 `src/spotify_mcp/server.py` (+3 -3) 📝 `src/spotify_mcp/spotify_api.py` (+19 -7) </details> ### 📄 Description Found I had to alternate handling of [`uris` vs `context_uri`](https://developer.spotify.com/documentation/web-api/reference/start-a-users-playback) in the `start` action to support playing albums or playlists in addition to supporting tracks. Thanks for putting this mcp server together! --- <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#25
No description provided.