Spotify
Rank #1,938io.github.akutishevsky/spotify
MCP server providing spotify capabilities
Spotify is a Model Context Protocol (MCP) server published by akutishevsky. It ranks #1,938 of 115,460 servers tracked on MCP Toplist, and its repository has 457 GitHub stars. Spotify is listed across 2 registries — Official MCP and mcp.so, with 2 tracked versions. It was first listed on Mar 5, 2026 and most recently updated on Mar 5, 2026.
Ranks ahead of 113,522 of 115,460 servers on MCP Toplist.
Use Spotify
claude mcp add --transport http spotify https://sptfy-mcp.online/mcp[mcp_servers.spotify]
url = "https://sptfy-mcp.online/mcp"Add to ~/.codex/config.toml.
https://sptfy-mcp.online/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"spotify": {
"url": "https://sptfy-mcp.online/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"spotify": {
"type": "http",
"url": "https://sptfy-mcp.online/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"spotify": {
"serverUrl": "https://sptfy-mcp.online/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"spotify": {
"url": "https://sptfy-mcp.online/mcp"
}
}
}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.akutishevsky%2Fspotify)<a href="https://mcptoplist.com/server/io.github.akutishevsky%2Fspotify"><img src="https://mcptoplist.com/badge/io.github.akutishevsky%2Fspotify.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
akutishevsky
Other servers by akutishevsky
- Nutrition MCP#566 · 18 vers
- Lunch Money#1,538 · 4 vers
- Withings#4,189 · 2 vers
- Monobank#5,055 · 3 vers
- Google Tasks MCP Server#42,985
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Mar 5, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Spotify?
- Spotify is maintained by akutishevsky, which publishes 6 MCP servers (29 total versions) tracked on MCP Toplist.
- Is Spotify listed on the Official MCP Registry?
- Yes — Spotify is listed on the Official MCP Registry, alongside mcp.so.
- How many versions does Spotify have?
- MCP Toplist tracks 2 versions of Spotify, most recently published on Mar 5, 2026.
- Where can I find the source code for Spotify?
- The source code for Spotify is hosted at github.com/akutishevsky/spotify-mcp.