[PR #21] List Favourite Songs Feature to the MCP #28

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

📋 Pull Request Information

Original PR: https://github.com/varunneal/spotify-mcp/pull/21
Author: @jayanthjj
Created: 4/19/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (2)

  • a4cc36c Update README.md
  • ed5d71b Added List favourite songs functionality

📊 Changes

3 files changed (+39 additions, -4 deletions)

View changed files

📝 README.md (+2 -2)
📝 src/spotify_mcp/server.py (+19 -2)
📝 src/spotify_mcp/spotify_api.py (+18 -0)

📄 Description

This PR introduces a new feature to list favorite songs using the Spotify Web API. The implementation adheres to Spotify's guidelines for redirect URIs as outlined in their documentation: Spotify Redirect URI Documentation.

Key changes include:

Added functionality in the spotify_api.py module to fetch and list favorite songs.
Updated the README.md file to include instructions on setting up the redirect URI and using the new feature.
Screenshot 2025-04-19 at 5 28 10 PM

These changes enhance the application's ability to interact with Spotify's API while ensuring compliance with their authentication requirements.


🔄 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/21 **Author:** [@jayanthjj](https://github.com/jayanthjj) **Created:** 4/19/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`a4cc36c`](https://github.com/varunneal/spotify-mcp/commit/a4cc36c08b599b630a41be39f6a13dac776f7648) Update README.md - [`ed5d71b`](https://github.com/varunneal/spotify-mcp/commit/ed5d71b56a287246ae094a4f407210ad76a656db) Added List favourite songs functionality ### 📊 Changes **3 files changed** (+39 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) 📝 `src/spotify_mcp/server.py` (+19 -2) 📝 `src/spotify_mcp/spotify_api.py` (+18 -0) </details> ### 📄 Description This PR introduces a new feature to list favorite songs using the Spotify Web API. The implementation adheres to Spotify's guidelines for redirect URIs as outlined in their documentation: [Spotify Redirect URI Documentation](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html). Key changes include: Added functionality in the spotify_api.py module to fetch and list favorite songs. Updated the [README.md](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html) file to include instructions on setting up the redirect URI and using the new feature. <img width="420" alt="Screenshot 2025-04-19 at 5 28 10 PM" src="https://github.com/user-attachments/assets/2f67ce38-37d0-416f-968c-09f54775f6c5" /> These changes enhance the application's ability to interact with Spotify's API while ensuring compliance with their authentication requirements. --- <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#28
No description provided.