claude-code - 💡(How to fix) Fix Spotify MCP: create_playlist tool creates playlists that never appear in user's library

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Bug Description

The create_playlist tool appears to succeed — it returns a valid playlist URI and tracks are fetchable via fetch_tracks — but the created playlists never appear in the user's Spotify library (desktop app, mobile, or web player).

Steps to Reproduce

  1. Connect Spotify integration in Claude desktop app
  2. Ask Claude to create a playlist
  3. create_playlist returns a valid playlist URI with GENERATIVE subtitle metadata
  4. Check Spotify library (desktop, mobile, web player) — playlist is not there
  5. Search for the playlist by name in Spotify — not found
  6. Call fetch_tracks with the returned URI — tracks are returned successfully

Expected Behavior

The created playlist should appear in the authenticated user's Spotify library.

Actual Behavior

The playlist exists on Spotify's backend (tracks are fetchable) but is invisible in the user's library across all Spotify clients.

Environment

  • Platform: macOS
  • Claude Desktop App
  • Spotify MCP (claude.ai Spotify)

Additional Context

  • add_to_library works correctly — tracks saved via this tool appear in Liked Songs as expected
  • get_currently_playing works correctly
  • Only create_playlist is broken
  • Multiple playlists were created across multiple sessions, none appeared in the user's library

Co-Authored-By: Claude Sonnet 4.6 [email protected]

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Spotify MCP: create_playlist tool creates playlists that never appear in user's library