Skip to main content
Glama

Spotify MCP Server

by hrishi0102

get-recommendations

Discover personalized music suggestions based on your favorite Spotify tracks. Specify up to 5 seed tracks and set the number of recommendations to receive tailored results.

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of recommendations to return
seedTracksYesSpotify track IDs to use as seeds (max 5)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 20, "description": "Number of recommendations to return", "maximum": 100, "minimum": 1, "type": "number" }, "seedTracks": { "description": "Spotify track IDs to use as seeds (max 5)", "items": { "type": "string" }, "maxItems": 5, "type": "array" } }, "required": [ "seedTracks" ], "type": "object" }
Install Server

You must to connect to the server.

Other Tools from Spotify MCP Server

Related Tools

    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