mirror of
https://github.com/varunneal/spotify-mcp.git
synced 2026-04-26 13:15:50 +03:00
[GH-ISSUE #18] Update Spotify redirect URI to comply with new requirements - localhost deprecated #8
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#8
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?
Originally created by @hyuma7 on GitHub (Apr 13, 2025).
Original GitHub issue: https://github.com/varunneal/spotify-mcp/issues/18
https://developer.spotify.com/documentation/web-api/concepts/redirect_uri
Problem
Spotify is enforcing new redirect URI validation rules starting April 9, 2025, with all clients required to migrate by November 2025. This change means our current configuration using
http://localhost:8888will no longer work.Changes from Spotify
According to Spotify's new requirements:
localhosthttp://127.0.0.1:8888/callbackorhttp://[::1]:8888/callbackRequired Actions
http://127.0.0.1:8888(or their preferred port)Impact
This breaking change affects all users who create new Spotify apps after April 9, 2025, and will affect all existing apps by November 2025.
Priority
Medium: Required by November 2025, but already affecting new app creation.
This change is essential for continued use of the Spotify API. More details can be found on the Spotify Developer Blog.