mcpbeat Sign in

Spotify Bulk Actions MCP Server

local only

Spotify Bulk Actions MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from pypi. Last commit 11 Aug 2026.

MCP server for bulk Spotify operations - batch playlist creation, exports, management

Installs per day peak 14 · avg 7 · -11% w/w
a month agotoday
50
Installs / week
pypi · spotify-bulk-actions-mcp
2
Stars
1 open issues
11 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Spotify Bulk Actions MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add spotify-bulk-actions-mcp -- uvx spotify-bulk-actions-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "spotify-bulk-actions-mcp": {
      "args": [
        "spotify-bulk-actions-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.spotify-bulk-actions-mcp]
command = "uvx"
args = ["spotify-bulk-actions-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "spotify-bulk-actions-mcp": {
      "args": [
        "spotify-bulk-actions-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "spotify-bulk-actions-mcp": {
      "args": [
        "spotify-bulk-actions-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SPOTIFY_CLIENT_ID (Spotify API Client ID from developer.spotify.com), SPOTIFY_CLIENT_SECRET (Spotify API Client Secret from developer.spotify.com). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Spotify Bulk Actions MCP

same job, measured the same way
Spotify
by markswendsen-code

MCP server for Spotify - let AI agents control playback, search music, and manage playlists

30 installs/wk local only
Todoist MCP
by ecfaria

MCP server for Todoist task management integration

23 installs/wk local only
Jira Alerts (JSM Operations)
by rrvrs

MCP server for Jira Service Management Operations — alerts, on-call schedules and responders

436 installs/wk local only
Coolify MCP
by frndchagas

MCP server for Coolify API operations.

98 installs/wk local only
Gotify RMCP
by dinglebear

Rust MCP server and CLI for Gotify push notifications and message management.

local only
Desktop Commander
by wonderwhy-er

MCP server for terminal commands, file operations, and process management

135 711 installs/wk local only
Base Multi Wallet MCP
by lordbasilaiassistant-sudo

MCP server for AI agents to manage multiple wallets with coordinated trading and batch operations on

238 installs/wk local only
MCP Server Search
by bytedance

MCP server for web search operations

158 installs/wk local only

Spotify Bulk Actions MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Spotify Bulk Actions MCP?
Spotify Bulk Actions MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package spotify-bulk-actions-mcp was installed 50 times last week.
How do I connect Spotify Bulk Actions MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls spotify-bulk-actions-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Spotify Bulk Actions MCP?
The pypi package spotify-bulk-actions-mcp was installed 50 times in the last week. Week over week that is -11%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Spotify Bulk Actions MCP open source?
Yes — it is published under the MIT licence, written in Python, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.