play-track
Play a selected Spotify track on your active or specified device using track ID. Control playback directly through the MCP Claude Spotify integration for streamlined music management.
Instructions
Play a specific track on an active device
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deviceId | No | Spotify ID of the device to play on (optional) | |
trackId | Yes | Spotify ID of the track to play |
Input Schema (JSON Schema)
{
"properties": {
"deviceId": {
"description": "Spotify ID of the device to play on (optional)",
"type": "string"
},
"trackId": {
"description": "Spotify ID of the track to play",
"type": "string"
}
},
"required": [
"trackId"
],
"type": "object"
}