[PR #19] [MERGED] Update Spotify redirect URI from localhost to 127.0.0.1 #29

Closed
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/19
Author: @hyuma7
Created: 4/13/2025
Status: Merged
Merged: 4/30/2025
Merged by: @varunneal

Base: mainHead: fix/spotify-redirect-uri-update


📝 Commits (1)

  • 22407da Update Spotify redirect URI from localhost to 127.0.0.1

📊 Changes

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

View changed files

📝 README.md (+2 -2)
📝 src/spotify_mcp/server.py (+4 -0)
📝 src/spotify_mcp/spotify_api.py (+4 -0)
📝 src/spotify_mcp/utils.py (+16 -1)

📄 Description

#18

I have connected to spotify and confirmed that I can play it.

"spotify": {
    "command": "uv",
    "args": [
      "--directory",
      "/path/to/spotify_mcp",
      "run",
      "spotify-mcp"
    ],
    "env": {
      "SPOTIFY_CLIENT_ID": YOUR_CLIENT_ID,
      "SPOTIFY_CLIENT_SECRET": YOUR_CLIENT_SECRET,
      "SPOTIFY_REDIRECT_URI": "http://127.0.0.1:8080/callback"
    }
  }

🔄 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/19 **Author:** [@hyuma7](https://github.com/hyuma7) **Created:** 4/13/2025 **Status:** ✅ Merged **Merged:** 4/30/2025 **Merged by:** [@varunneal](https://github.com/varunneal) **Base:** `main` ← **Head:** `fix/spotify-redirect-uri-update` --- ### 📝 Commits (1) - [`22407da`](https://github.com/varunneal/spotify-mcp/commit/22407da8eac7338f00ed586246c9ca875da02ecf) Update Spotify redirect URI from localhost to 127.0.0.1 ### 📊 Changes **4 files changed** (+26 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) 📝 `src/spotify_mcp/server.py` (+4 -0) 📝 `src/spotify_mcp/spotify_api.py` (+4 -0) 📝 `src/spotify_mcp/utils.py` (+16 -1) </details> ### 📄 Description #18 I have connected to spotify and confirmed that I can play it. ```json "spotify": { "command": "uv", "args": [ "--directory", "/path/to/spotify_mcp", "run", "spotify-mcp" ], "env": { "SPOTIFY_CLIENT_ID": YOUR_CLIENT_ID, "SPOTIFY_CLIENT_SECRET": YOUR_CLIENT_SECRET, "SPOTIFY_REDIRECT_URI": "http://127.0.0.1:8080/callback" } } ``` --- <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:55 +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#29
No description provided.