Mmcp.market

Spotifyscraper MCP server

by AliAkhtari78·io.github.AliAkhtari78/spotifyscraper·v3.9.2

Public Spotify metadata, lyrics and podcasts for LLM agents. No API key, read-only.

B83/100grade B
What users say
No reviews yet
Be the first
Safety scan
B83/100

full report

Adoption
Established

310 stars994 downloads/wk

Reviews

Write one

Nobody has reviewed Spotifyscraper yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Spotifyscraper tools (28)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • get_account

    Fetch the logged-in account's product state (needs SPOTIFY_SP_DC).

  • get_album

    Fetch an album (with its tracks) by URL, URI, or ID.

  • get_albums

    Fetch many albums at once; one ordered result per input, failures captured per item.

  • get_artist

    Fetch an artist by URL, URI, or ID.

  • get_artist_events

    Fetch an artist's upcoming concerts/events.

  • get_artists

    Fetch many artists at once; one ordered result per input, failures captured per item.

  • get_canvas

    Fetch a track's Canvas looping video (needs SPOTIFY_SP_DC).

  • get_chart

    Fetch an editorial chart (e.g. 'top-50-global') as a playlist.

  • get_colors

    Extract a cover image's theming colors (image URL/uri, or any entity URL/URI/ID).

  • get_cover_image

    Return an entity's cover art as an inline image.

  • get_credits

    Fetch a track's credits — performers, writers, producers (needs SPOTIFY_SP_DC).

  • get_discography

    Fetch an artist's full discography (albums, singles, compilations).

  • get_episode

    Fetch a podcast episode by URL, URI, or ID.

  • get_episodes

    Fetch many episodes at once; one ordered result per input, failures captured per item.

  • get_lyrics

    Fetch a track's lyrics (needs SPOTIFY_SP_DC).

  • get_playlist

    Fetch a playlist by URL, URI, or ID (up to ``max_tracks`` tracks).

  • get_playlists

    Fetch many playlists at once (up to ``max_tracks`` each); failures captured per item.

  • get_related_artists

    Fetch artists related to an artist ('fans also like').

  • get_show

    Fetch a podcast show (with episodes) by URL, URI, or ID.

  • get_shows

    Fetch many shows at once (up to ``max_episodes`` each); failures captured per item.

  • get_similar_albums

    Recommend albums similar to a track.

  • get_track

    Fetch a track by URL, URI, or 22-character ID.

  • get_track_visuals

    Fetch a track plus its cover ``colors`` and ``canvas`` in one call, for visual UIs.

  • get_tracks

    Fetch many tracks at once; one ordered result per input, failures captured per item.

  • get_transcript

    Fetch a podcast episode's transcript (needs SPOTIFY_SP_DC).

  • get_user

    Fetch a public user profile (needs SPOTIFY_SP_DC).

  • list_charts

    List the built-in editorial charts (key, name, backing playlist id).

  • search

    Search across tracks, albums, artists, playlists, shows, and episodes.

Public scan report

scanner v0.1.9 · 2026-09-26 · same rubric, same numbers if you re-run it

no findings
  • Code scan68 source files scanned25/25
  • –Live reliabilityno gateway calls yet and no remote to proben/a
  • –Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 8 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 83/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Spotifyscraper repository's README, as published. We do not edit it. Read it on GitHub

SpotifyScraper

Extract public Spotify data — tracks, albums, artists, playlists, and podcasts — without the official API or an API key.

🎧 Try it live in your browser → — paste any Spotify link and watch SpotifyScraper pull typed data, cover art, and a preview, with the exact Python that does it. (How it was built.)

SpotifyScraper bootstraps an anonymous token from Spotify's own public embed pages and reads the same JSON endpoints the web player uses, returning typed, immutable models. v3 is a ground-up rewrite focused on reliability and a clean, modern API. Public data needs no login; the opt-in logged-in features (lyrics, podcast transcripts, and account info) add your own Spotify sp_dc cookie — never a password or an API key.

Upgrading from v2? See the migration guide. The previous line lives on the v2.x branch.

SpotifyScraper vs. the official API (spotipy)

spotipy wraps Spotify's official Web API — the right choice when you need to write to a user's account or read private/library data. SpotifyScraper reads the public data the web player already exposes, so it skips the setup entirely.

Use spotipy for authenticated writes and private, market-accurate data; use SpotifyScraper for fast, key-free access to public metadata, lyrics, and previews — plus a drop-in MCP server for AI agents.

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add spotifyscraper -- uvx spotifyscraper
Add to Cursor

Spotifyscraper: common questions

Is Spotifyscraper MCP server safe?
Mostly: it is graded B (83/100). Read the Spotifyscraper safety report
How do I install Spotifyscraper?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Spotifyscraper need an API key?
Yes. The registry entry asks for SPOTIFY_SP_DC.
Is Spotifyscraper maintained?
The last commit was 9 days ago (2026-09-18). The latest release is v3.9.2.
What can I use instead of Spotifyscraper?
Servers from other publishers that do the same job: three.ws Marketplace MCP server, Agent Search MCP server and Dvalincode MCP server. Compare all Spotifyscraper alternatives.

Alternatives to Spotifyscraper

Same job from other publishers: the closest match first, then the best rated.

All Spotifyscraper alternatives →
  • three.ws Marketplace
    Browse and discover the public three.ws agent marketplace and skills catalog. Read-only.
    A
  • Agent Search
    Free-first Chinese and English web search MCP using zero-key sources and inspectable evidence.
    B
  • Dvalincode
    Deterministic security scanning, no model or API key, plus offline-verifiable proof a fix worked.
    A

More from AliAkhtari78 →