Skip to main content
Glama

MCP-AppleMusic

itunes_create_playlist

Create and populate a new Apple Music playlist by specifying a name and a list of track names. Confirms successful creation with the number of tracks added. Ideal for managing music collections on macOS.

Instructions

Create a new playlist with the given name and add tracks to it. 'songs' should be a comma-separated list of exact track names. Returns a confirmation message including the number of tracks added.

Input Schema

NameRequiredDescriptionDefault
nameYes
songsYes

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "type": "string" }, "songs": { "title": "Songs", "type": "string" } }, "required": [ "name", "songs" ], "title": "itunes_create_playlistArguments", "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/kennethreitz/mcp-applemusic'

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