Spotify MCP Server
by varunneal
SpotifyPlayback
Manages the current playback with the following actions: - get: Get information about user's current track. - start: Starts playing new item or resumes current playback if called with no uri. - pause: Pauses current playback. - skip: Skips current track.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Action to perform: 'get', 'start', 'pause' or 'skip'. | |
num_skips | No | Number of tracks to skip for `skip` action. | |
spotify_uri | No | Spotify uri of item to play for 'start' action. If omitted, resumes current playback. |