Spotify Bulk Actions MCP
Rank #36,471io.github.khglynn/spotify-bulk-actions-mcp
MCP server providing spotify-bulk-actions-mcp capabilities
Spotify Bulk Actions MCP is a Model Context Protocol (MCP) server published by khglynn. It ranks #36,471 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Spotify Bulk Actions MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Dec 12, 2025 and most recently updated on Dec 12, 2025.
Ranks ahead of 95,575 of 132,046 servers on MCP Toplist.
Use Spotify Bulk Actions MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add spotify-bulk-actions-mcp -e "SPOTIFY_CLIENT_ID=<your SPOTIFY_CLIENT_ID>" -e "SPOTIFY_CLIENT_SECRET=<your SPOTIFY_CLIENT_SECRET>" -- uvx spotify-bulk-actions-mcpReplace each placeholder with your own value before saving.
[mcp_servers.spotify-bulk-actions-mcp]
command = "uvx"
args = ["spotify-bulk-actions-mcp"]
[mcp_servers.spotify-bulk-actions-mcp.env]
SPOTIFY_CLIENT_ID = "<your SPOTIFY_CLIENT_ID>"
SPOTIFY_CLIENT_SECRET = "<your SPOTIFY_CLIENT_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spotify-bulk-actions-mcp": {
"command": "uvx",
"args": [
"spotify-bulk-actions-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "<your SPOTIFY_CLIENT_ID>",
"SPOTIFY_CLIENT_SECRET": "<your SPOTIFY_CLIENT_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spotify-bulk-actions-mcp": {
"command": "uvx",
"args": [
"spotify-bulk-actions-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "<your SPOTIFY_CLIENT_ID>",
"SPOTIFY_CLIENT_SECRET": "<your SPOTIFY_CLIENT_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"spotify-bulk-actions-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"spotify-bulk-actions-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "<your SPOTIFY_CLIENT_ID>",
"SPOTIFY_CLIENT_SECRET": "<your SPOTIFY_CLIENT_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spotify-bulk-actions-mcp": {
"command": "uvx",
"args": [
"spotify-bulk-actions-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "<your SPOTIFY_CLIENT_ID>",
"SPOTIFY_CLIENT_SECRET": "<your SPOTIFY_CLIENT_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spotify-bulk-actions-mcp": {
"command": "uvx",
"args": [
"spotify-bulk-actions-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "<your SPOTIFY_CLIENT_ID>",
"SPOTIFY_CLIENT_SECRET": "<your SPOTIFY_CLIENT_SECRET>"
}
}
}
}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.khglynn%2Fspotify-bulk-actions-mcp)<a href="https://mcptoplist.com/server/io.github.khglynn%2Fspotify-bulk-actions-mcp"><img src="https://mcptoplist.com/badge/io.github.khglynn%2Fspotify-bulk-actions-mcp.svg" alt="MCP Toplist: Top 50% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
khglynn
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Dec 12, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Spotify Bulk Actions MCP?
- Spotify Bulk Actions MCP is maintained by khglynn, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Spotify Bulk Actions MCP listed on the Official MCP Registry?
- Yes — Spotify Bulk Actions MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Spotify Bulk Actions MCP have?
- MCP Toplist tracks 2 versions of Spotify Bulk Actions MCP, most recently published on Dec 12, 2025.
- Where can I find the source code for Spotify Bulk Actions MCP?
- The source code for Spotify Bulk Actions MCP is hosted at github.com/khglynn/spotify-bulk-actions-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.