MCP Server
MCP
io.github.khglynn/spotify-bulk-actions-mcp
MCP server for bulk Spotify operations - batch playlist creation, exports, management
Install
uvx spotify-bulk-actions-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "spotify-bulk-actions-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Spotify API Client ID from developer.spotify.com",
"isRequired": true,
"format": "string",
"name": "SPOTIFY_CLIENT_ID"
},
{
"description": "Spotify API Client Secret from developer.spotify.com",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SPOTIFY_CLIENT_SECRET"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment