Spotify Bulk Actions MCP

A Model Context Protocol (MCP) server for bulk Spotify operations - batch playlist creation, library exports, and large-scale library management. Its 33 documented tools cover tracks, playlist, artists, export. It runs locally over stdio via the published package.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-11 · ★ 2 · #140 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Spotify Bulk Actions MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add khglynn-spotify-bulk-actions-mcp -- uvx spotify-bulk-actions-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "khglynn-spotify-bulk-actions-mcp": {
      "command": "uvx",
      "args": [
        "spotify-bulk-actions-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package spotify-bulk-actions-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.khglynn is GitHub-verified and matches the repo owner

03 · What Spotify Bulk Actions MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can get all artists you follow, get all your liked songs, search for a single track, and search many tracks with confidence scores.

Capability map

Tools grouped from the project's README - what Spotify Bulk Actions MCP lets an agent do.

Playlist

9 tools - e.g. Create a new playlist; Add tracks to existing playlist; Full CSV → playlist workflow

create_playlist · add_tracks_to_playlist · import_and_create_playlist · create_playlist_from_search_results · get_playlist_info · update_playlist…

Tracks

7 tools - e.g. Get all your liked songs; Like/save tracks in bulk; Un-like tracks in bulk

get_saved_tracks · save_tracks · unsave_tracks · batch_search_tracks · add_reviewed_tracks · find_duplicate_tracks…

read & search

4 tools - e.g. Get all artists you follow; Artists from saved songs, ranked by count; Albums with N+ saved songs

get_followed_artists · get_library_artists · get_albums_by_song_count · get_recently_played

Export

3 tools - e.g. Complete library export; Export a playlist to CSV; Export uncertain matches for review

export_library_summary · export_playlist_to_csv · export_review_csv

Track

3 tools - e.g. Search for a single track; Broader search when exact fails; Get 30-second preview URL

search_track · search_track_fuzzy · get_track_preview_url

Top

2 tools - e.g. Your top artists (short/medium/long term); Your top tracks (short/medium/long term)

get_top_artists · get_top_tracks

auth & access

1 tool - e.g. Verify Spotify auth is working

check_auth_status

Follow

1 tool - e.g. Follow artists in bulk

follow_artists

04 · Who maintains Spotify Bulk Actions MCP

spotify-bulk-actions-mcp is maintained by khglynn. It's the only MCP server we track from this author; the repo dates to Dec 2025.

05 · Facts

category
API integration - ranked #140 of 250 actively-maintained API integration servers as of 2026-08-25.
registry
io.github.khglynn/spotify-bulk-actions-mcp (active, first published 2025-12-12)
packages
pypi:spotify-bulk-actions-mcp

06 · Spotify Bulk Actions MCP FAQ

Is Spotify Bulk Actions MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-11. We re-verify nightly.

What can Spotify Bulk Actions MCP do?

With this server connected, an agent can get all artists you follow, get all your liked songs, search for a single track, and search many tracks with confidence scores.

How do I install Spotify Bulk Actions MCP?

Run `uvx spotify-bulk-actions-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Spotify Bulk Actions MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Spotify Bulk Actions MCP

More API integration MCP servers · Aion MCP · Zoo MCP · Legal Text MCP De · Riksdag & Regering MCP · Skolverket MCP

More Python MCP servers · Viznoir · Reddit Research MCP · Sentinel DV · Handoff · Pyxel MCP · see all