[PR #38] Add Spotify library support and like current track functionality #41

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

📋 Pull Request Information

Original PR: https://github.com/varunneal/spotify-mcp/pull/38
Author: @c2keesey
Created: 8/25/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (2)

  • 43c2e3e feat: add spotify library support
  • 26362d7 feat: add like current track

📊 Changes

3 files changed (+169 additions, -22 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 src/spotify_mcp/server.py (+122 -13)
📝 src/spotify_mcp/spotify_api.py (+46 -9)

📄 Description

This PR adds two new features:

  • Spotify library support: Ability to interact with user's Spotify library
  • Like current track: Function to like the currently playing track

These features enhance the MCP server's capabilities for Spotify integration.


🔄 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/38 **Author:** [@c2keesey](https://github.com/c2keesey) **Created:** 8/25/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`43c2e3e`](https://github.com/varunneal/spotify-mcp/commit/43c2e3e9b2681ef54206063286df4d7b8465a012) feat: add spotify library support - [`26362d7`](https://github.com/varunneal/spotify-mcp/commit/26362d7cbcee4c9f165b4ac04dd943087fd88306) feat: add like current track ### 📊 Changes **3 files changed** (+169 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `src/spotify_mcp/server.py` (+122 -13) 📝 `src/spotify_mcp/spotify_api.py` (+46 -9) </details> ### 📄 Description This PR adds two new features: - **Spotify library support**: Ability to interact with user's Spotify library - **Like current track**: Function to like the currently playing track These features enhance the MCP server's capabilities for Spotify integration. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#41
No description provided.