Loading MCP server directory, please wait...
MCP server for bulk Spotify operations - batch playlist creation, exports, management
npx @getmcp/cli add io.github.khglynn/spotify-bulk-actions-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
SPOTIFY_CLIENT_IDSpotify API Client ID from developer.spotify.com
SPOTIFY_CLIENT_SECRETSpotify API Client Secret from developer.spotify.com
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.khglynn/spotify-bulk-actions-mcp": {
"command": "uvx",
"args": [
"spotify-bulk-actions-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "",
"SPOTIFY_CLIENT_SECRET": ""
}
}
}
}