mirror of
https://github.com/varunneal/spotify-mcp.git
synced 2026-04-26 13:15:50 +03:00
[PR #21] List Favourite Songs Feature to the MCP #28
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#28
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/21
Author: @jayanthjj
Created: 4/19/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (2)
a4cc36cUpdate README.mded5d71bAdded 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.
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.