Back to Apps

SpotifyScraper MCP
Supports UIby aliakhtari78
Extract public Spotify data, lyrics, and podcast transcripts without an official API key.
0 stars
Works in:claude
Exposes:Tools
What it does
SpotifyScraper connects AI agents to Spotify's public data ecosystem. It allows LLMs to fetch metadata for tracks, albums, artists, playlists, and podcasts, as well as time-synced lyrics and podcast transcripts, bypassing the need for official API registration and OAuth flows.
Tools
get_track: Fetches detailed metadata for a specific Spotify track.get_album: Retrieves album details including tracklists and cover art.get_artist: Pulls artist bios, related artists, and discography.get_playlist: Extracts tracks and metadata from public playlists.get_lyrics: Retrieves time-synced lyrics (requires session cookie).get_transcript: Fetches podcast episode transcripts (requires session cookie).search: Aggregate search across tracks, artists, and albums.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"spotifyscraper": {
"command": "pip install spotifyscraper[mcp]",
"args": ["spotifyscraper-mcp"]
}
}
}
Supported hosts
- Claude Desktop
- LLM agents supporting MCP
Quick install
pip install "spotifyscraper[mcp]"Information
- Pricing
- free
- Published
- 7/14/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"spotifyscraper": {"command": "pip install spotifyscraper[mcp]", "args": ["spotifyscraper-mcp"]}}}



