← Back to Plugins
MCP Server MCP

io.github.khglynn/spotify-bulk-actions-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...