Spotify
Rank #5,810io.github.jamiew/spotify-mcp
MCP server connecting LLMs to Spotify, with smart-batching and large-playlist tools
Spotify is a Model Context Protocol (MCP) server published by jamiew. It ranks #5,810 of 115,591 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Spotify is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Mar 18, 2025 and most recently updated on Jul 30, 2026.
Ranks ahead of 109,781 of 115,591 servers on MCP Toplist.
Use Spotify
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add spotify-mcp -e "SPOTIFY_CLIENT_ID=<your SPOTIFY_CLIENT_ID>" -e "SPOTIFY_CLIENT_SECRET=<your SPOTIFY_CLIENT_SECRET>" -e "SPOTIFY_REDIRECT_URI=<your SPOTIFY_REDIRECT_URI>" -- uvx spotify-mcp-jamiewReplace each placeholder with your own value before saving.
[mcp_servers.spotify-mcp]
command = "uvx"
args = ["spotify-mcp-jamiew"]
[mcp_servers.spotify-mcp.env]
SPOTIFY_CLIENT_ID = "<your SPOTIFY_CLIENT_ID>"
SPOTIFY_CLIENT_SECRET = "<your SPOTIFY_CLIENT_SECRET>"
SPOTIFY_REDIRECT_URI = "<your SPOTIFY_REDIRECT_URI>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spotify-mcp": {
"command": "uvx",
"args": [
"spotify-mcp-jamiew"
],
"env": {
"SPOTIFY_CLIENT_ID": "<your SPOTIFY_CLIENT_ID>",
"SPOTIFY_CLIENT_SECRET": "<your SPOTIFY_CLIENT_SECRET>",
"SPOTIFY_REDIRECT_URI": "<your SPOTIFY_REDIRECT_URI>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spotify-mcp": {
"command": "uvx",
"args": [
"spotify-mcp-jamiew"
],
"env": {
"SPOTIFY_CLIENT_ID": "<your SPOTIFY_CLIENT_ID>",
"SPOTIFY_CLIENT_SECRET": "<your SPOTIFY_CLIENT_SECRET>",
"SPOTIFY_REDIRECT_URI": "<your SPOTIFY_REDIRECT_URI>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"spotify-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"spotify-mcp-jamiew"
],
"env": {
"SPOTIFY_CLIENT_ID": "<your SPOTIFY_CLIENT_ID>",
"SPOTIFY_CLIENT_SECRET": "<your SPOTIFY_CLIENT_SECRET>",
"SPOTIFY_REDIRECT_URI": "<your SPOTIFY_REDIRECT_URI>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spotify-mcp": {
"command": "uvx",
"args": [
"spotify-mcp-jamiew"
],
"env": {
"SPOTIFY_CLIENT_ID": "<your SPOTIFY_CLIENT_ID>",
"SPOTIFY_CLIENT_SECRET": "<your SPOTIFY_CLIENT_SECRET>",
"SPOTIFY_REDIRECT_URI": "<your SPOTIFY_REDIRECT_URI>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spotify-mcp": {
"command": "uvx",
"args": [
"spotify-mcp-jamiew"
],
"env": {
"SPOTIFY_CLIENT_ID": "<your SPOTIFY_CLIENT_ID>",
"SPOTIFY_CLIENT_SECRET": "<your SPOTIFY_CLIENT_SECRET>",
"SPOTIFY_REDIRECT_URI": "<your SPOTIFY_REDIRECT_URI>"
}
}
}
}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.jamiew%2Fspotify-mcp)<a href="https://mcptoplist.com/server/io.github.jamiew%2Fspotify-mcp"><img src="https://mcptoplist.com/badge/io.github.jamiew%2Fspotify-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
jamiew
Other servers by jamiew
View all jamiew servers →Available versions (2)
| Version | Published |
|---|---|
| 0.4.0 | Jul 30, 2026 |
| 0.3.1 | May 29, 2026 |
Frequently asked questions
- Who maintains Spotify?
- Spotify is maintained by jamiew, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Spotify listed on the Official MCP Registry?
- Yes — Spotify is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Spotify have?
- MCP Toplist tracks 2 versions of Spotify, most recently published on Jul 30, 2026.
- Where can I find the source code for Spotify?
- The source code for Spotify is hosted at github.com/jamiew/spotify-mcp.