SpotifyScraper MCP Server
Rank #2,076io.github.AliAkhtari78/spotifyscraper
Public Spotify metadata, lyrics and podcasts for LLM agents. No API key, read-only.
SpotifyScraper MCP Server is a Model Context Protocol (MCP) server published by aliakhtari78. It ranks #2,076 of 115,460 servers tracked on MCP Toplist, and its repository has 300 GitHub stars. SpotifyScraper MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 16, 2026 and most recently updated on Jun 23, 2026.
Ranks ahead of 113,384 of 115,460 servers on MCP Toplist.
Use SpotifyScraper MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add spotifyscraper -e "SPOTIFY_SP_DC=<your SPOTIFY_SP_DC>" -- uvx spotifyscraperReplace each placeholder with your own value before saving.
[mcp_servers.spotifyscraper]
command = "uvx"
args = ["spotifyscraper"]
[mcp_servers.spotifyscraper.env]
SPOTIFY_SP_DC = "<your SPOTIFY_SP_DC>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spotifyscraper": {
"command": "uvx",
"args": [
"spotifyscraper"
],
"env": {
"SPOTIFY_SP_DC": "<your SPOTIFY_SP_DC>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spotifyscraper": {
"command": "uvx",
"args": [
"spotifyscraper"
],
"env": {
"SPOTIFY_SP_DC": "<your SPOTIFY_SP_DC>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"spotifyscraper": {
"type": "stdio",
"command": "uvx",
"args": [
"spotifyscraper"
],
"env": {
"SPOTIFY_SP_DC": "<your SPOTIFY_SP_DC>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spotifyscraper": {
"command": "uvx",
"args": [
"spotifyscraper"
],
"env": {
"SPOTIFY_SP_DC": "<your SPOTIFY_SP_DC>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spotifyscraper": {
"command": "uvx",
"args": [
"spotifyscraper"
],
"env": {
"SPOTIFY_SP_DC": "<your SPOTIFY_SP_DC>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.AliAkhtari78%2Fspotifyscraper)<a href="https://mcptoplist.com/server/io.github.AliAkhtari78%2Fspotifyscraper"><img src="https://mcptoplist.com/badge/io.github.AliAkhtari78%2Fspotifyscraper.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
aliakhtari78
Available versions (1)
| Version | Published |
|---|---|
| 3.9.1 | Jun 23, 2026 |
Frequently asked questions
- Who maintains SpotifyScraper MCP Server?
- SpotifyScraper MCP Server is maintained by aliakhtari78, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is SpotifyScraper MCP Server listed on the Official MCP Registry?
- Yes — SpotifyScraper MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does SpotifyScraper MCP Server have?
- MCP Toplist tracks 1 version of SpotifyScraper MCP Server, most recently published on Jun 23, 2026.
- Where can I find the source code for SpotifyScraper MCP Server?
- The source code for SpotifyScraper MCP Server is hosted at github.com/aliakhtari78/spotifyscraper.