Skip to main content
Glama

MCP Claude Spotify

Mozilla Public License 2.0
17
  • Apple
  • Linux

get-recommendations

Generate personalized Spotify track recommendations using specific tracks, artists, or genres as seeds. Customize results by setting a limit to discover tailored playlists.

Instructions

Get track recommendations based on seeds

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of tracks to return (1-100, default: 20)
seedArtistsNoArray of Spotify artist IDs to use as seeds (optional)
seedGenresNoArray of genre names to use as seeds (optional)
seedTracksNoArray of Spotify track IDs to use as seeds (optional)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of tracks to return (1-100, default: 20)", "type": "number" }, "seedArtists": { "description": "Array of Spotify artist IDs to use as seeds (optional)", "items": { "type": "string" }, "type": "array" }, "seedGenres": { "description": "Array of genre names to use as seeds (optional)", "items": { "type": "string" }, "type": "array" }, "seedTracks": { "description": "Array of Spotify track IDs to use as seeds (optional)", "items": { "type": "string" }, "type": "array" } }, "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