marcelmarais_spotify-mcp-server
If you are the rightful owner of marcelmarais_spotify-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A lightweight Model Context Protocol (MCP) server that enables AI assistants like Cursor & Claude to control Spotify playback and manage playlists.
The Spotify MCP Server is designed to facilitate seamless interaction between AI assistants and Spotify, allowing users to control playback, manage playlists, and perform various operations on their Spotify account. This server acts as a bridge, enabling AI models to execute commands such as playing music, creating playlists, and retrieving information about tracks and playlists. By leveraging the Spotify API, the server provides a robust set of tools for both read and play/create operations, making it an essential component for users who wish to integrate Spotify functionalities into their AI-driven applications. The server requires Node.js and a Spotify Premium account, along with a registered Spotify Developer application for authentication purposes.
Features
- Control Spotify playback with AI assistants
- Manage and create playlists programmatically
- Retrieve detailed information about tracks and playlists
- Seamless integration with AI models like Cursor & Claude
- Utilizes Spotify API for robust functionality
Tools
searchSpotify
Search for music content on Spotify
getNowPlaying
Get the currently played track information
getMyPlaylists
Get the user's playlist
getPlaylistTrackeds
Get tracks in the playlist
playMusic
Play the specified music content
pausePlayback
Pause playback
skipToNext
Skip to the next track
skipToPrevious
Skip to the previous track
createPlaylist
Create a new playlist
addTracksToPlaylist
Add tracks to playlist