add_tracks_to_playlist
Insert one or multiple Spotify tracks into a specific playlist using the Spotify ID or URI, with optional positioning. Simplify playlist management with direct API integration.
Instructions
Add one or more tracks to a playlist
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The Spotify ID or URI of the playlist | |
position | No | Optional. The position to insert the tracks (zero-based) | |
uris | Yes | Array of Spotify track URIs to add |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MCP Spotify Server
- add_tracks_to_playlist
- get_access_token
- get_album
- get_album_tracks
- get_artist
- get_artist_albums
- get_artist_related_artists
- get_artist_top_tracks
- get_audiobook
- get_audiobook_chapters
- get_available_genres
- get_category_playlists
- get_current_user_playlists
- get_featured_playlists
- get_multiple_albums
- get_multiple_artists
- get_multiple_audiobooks
- get_new_releases
- get_playlist
- get_playlist_items
- get_playlist_tracks
- get_recommendations
- get_track
- modify_playlist
- remove_tracks_from_playlist
- search
Related Tools
- @marcelmarais/spotify-mcp-server
- @ashwanth1109/mcp-spotify
- @belljustin/spotify-mcp
- @marcelmarais/spotify-mcp-server
- @ashwanth1109/mcp-spotify