Spotify MCP Server

by marcelmarais
Verified

addToQueue

Add tracks, albums, artists, or playlists directly to your Spotify playback queue using the Spotify MCP Server. Specify the item type and ID or URI to manage your queue efficiently.

Instructions

Adds a track, album, artist or playlist to the playback queue

Input Schema

NameRequiredDescriptionDefault
deviceIdNoThe Spotify device ID to add the track to
idNoThe Spotify ID of the item to play
typeNoThe type of item to play
uriNoThe Spotify URI to play (overrides type and id)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "deviceId": { "description": "The Spotify device ID to add the track to", "type": "string" }, "id": { "description": "The Spotify ID of the item to play", "type": "string" }, "type": { "description": "The type of item to play", "enum": [ "track", "album", "artist", "playlist" ], "type": "string" }, "uri": { "description": "The Spotify URI to play (overrides type and id)", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Spotify MCP Server

Related Tools

ID: wu15pi580l