Spotify MCP
Rank #4,009io.github.NovaLux12/spotify-mcp-server
The most complete Spotify MCP: playback, library, playlists, search, podcasts and audiobooks.
Spotify MCP is a Model Context Protocol (MCP) server published by NovaLux12. It ranks #4,009 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Spotify MCP is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Aug 23, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 111,582 of 115,591 servers on MCP Toplist.
Use Spotify MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add spotify-mcp-server -e "SPOTIFY_CLIENT_ID=<your SPOTIFY_CLIENT_ID>" -- npx -y @novalux12/spotify-mcpReplace each placeholder with your own value before saving.
[mcp_servers.spotify-mcp-server]
command = "npx"
args = ["-y", "@novalux12/spotify-mcp"]
[mcp_servers.spotify-mcp-server.env]
SPOTIFY_CLIENT_ID = "<your SPOTIFY_CLIENT_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spotify-mcp-server": {
"command": "npx",
"args": [
"-y",
"@novalux12/spotify-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "<your SPOTIFY_CLIENT_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spotify-mcp-server": {
"command": "npx",
"args": [
"-y",
"@novalux12/spotify-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "<your SPOTIFY_CLIENT_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"spotify-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@novalux12/spotify-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "<your SPOTIFY_CLIENT_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spotify-mcp-server": {
"command": "npx",
"args": [
"-y",
"@novalux12/spotify-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "<your SPOTIFY_CLIENT_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spotify-mcp-server": {
"command": "npx",
"args": [
"-y",
"@novalux12/spotify-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "<your SPOTIFY_CLIENT_ID>"
}
}
}
}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.NovaLux12%2Fspotify-mcp-server)<a href="https://mcptoplist.com/server/io.github.NovaLux12%2Fspotify-mcp-server"><img src="https://mcptoplist.com/badge/io.github.NovaLux12%2Fspotify-mcp-server.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
NovaLux12
Available versions (4)
| Version | Published |
|---|---|
| 1.27.1 | Aug 31, 2026 |
| 1.17.0 | Aug 26, 2026 |
| 1.10.0 | Aug 26, 2026 |
| 1.2.1 | Aug 25, 2026 |
Frequently asked questions
- Who maintains Spotify MCP?
- Spotify MCP is maintained by NovaLux12, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Spotify MCP listed on the Official MCP Registry?
- Yes — Spotify MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Spotify MCP have?
- MCP Toplist tracks 4 versions of Spotify MCP, most recently published on Aug 31, 2026.
- Where can I find the source code for Spotify MCP?
- The source code for Spotify MCP is hosted at github.com/NovaLux12/spotify-mcp-server.