Skip to main content
Glama

MCP Claude Spotify

Mozilla Public License 2.0
17
  • Apple
  • Linux

add-tracks-to-playlist

Add multiple tracks to a Spotify playlist using their track IDs. Specify the playlist ID and track IDs to update your playlist directly through the MCP Claude Spotify integration.

Instructions

Add tracks to a playlist

Input Schema

NameRequiredDescriptionDefault
playlistIdYesSpotify ID of the playlist
trackIdsYesArray of Spotify track IDs to add

Input Schema (JSON Schema)

{ "properties": { "playlistId": { "description": "Spotify ID of the playlist", "type": "string" }, "trackIds": { "description": "Array of Spotify track IDs to add", "items": { "type": "string" }, "type": "array" } }, "required": [ "playlistId", "trackIds" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/imprvhub/mcp-claude-spotify'

If you have feedback or need assistance with the MCP directory API, please join our Discord server