Skip to main content
Glama

Spotify MCP Server

by latiftplgu

create_playlist

Create custom playlists on Spotify with specific names, descriptions, and settings for personal or collaborative use. Ideal for organizing music by theme, mood, or activity.

Instructions

Create a new custom playlist in the user's Spotify library with specified name and settings.

🎯 USE CASES: • Build themed playlists for specific moods or activities • Create event-specific music collections for parties • Organize music discoveries into curated collections • Build workout, study, or relaxation playlists • Create collaborative playlists for groups and friends

📝 WHAT IT RETURNS: • New playlist information with unique Spotify ID • Playlist URL for easy sharing and access • Creation confirmation with metadata • Empty playlist ready for track additions • Settings confirmation (public/private, collaborative)

🔍 EXAMPLES: • "Create a playlist called 'Summer Vibes 2024'" • "Make a private playlist for my workout music" • "Create 'Study Sessions' playlist with description" • "Build a collaborative playlist for our road trip"

🎵 PLAYLIST CUSTOMIZATION: • Custom name and description for context • Public or private visibility settings • Collaborative options for group contributions • Ready for immediate track additions • Perfect foundation for curated collections

💡 CREATION STRATEGIES: • Use descriptive names for easy discovery • Add detailed descriptions for context • Consider privacy settings based on content • Plan collaborative access for group playlists • Create multiple themed playlists for organization

⚠️ REQUIREMENTS: • Valid Spotify access token with playlist-modify-public/private scopes • Unique playlist name (duplicates allowed but not recommended)

Input Schema

NameRequiredDescriptionDefault
descriptionNo
isPublicNo
nameYesName for the new playlist
tokenYesSpotify access token for authentication

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "", "type": "string" }, "isPublic": { "default": true, "description": "", "type": "boolean" }, "name": { "description": "Name for the new playlist", "type": "string" }, "token": { "description": "Spotify access token for authentication", "type": "string" } }, "required": [ "token", "name" ], "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/latiftplgu/Spotify-OAuth-MCP-server'

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