Skip to main content
Glama

Spotify MCP Server

by hrishi0102

create-playlist

Use this feature to design and manage personalized playlists on Spotify. Input a name and optional description to generate a custom playlist tailored to your music preferences.

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the playlist
nameYesName of the playlist

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "Description of the playlist", "type": "string" }, "name": { "description": "Name of the playlist", "type": "string" } }, "required": [ "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/hrishi0102/spotify-mcp'

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