This Spotify MCP server implementation, developed by ashwanth1109, provides a comprehensive interface to control and interact with Spotify's music streaming service. It leverages the Spotipy library to offer a wide range of functionalities including playlist management, playback control, track searching, and user data retrieval. The server is designed to work seamlessly with Cursor Composer, enabling AI assistants to control Spotify playback, manage playlists, and access user listening data. It's particularly useful for creating voice-controlled music experiences, generating personalized playlists, and integrating Spotify functionality into AI-driven applications. The implementation focuses on ease of use and flexibility, supporting various Spotify API endpoints and offering detailed error handling for robust operation.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Display the user's playlists.
Play a specified playlist. Parameters: playlist_name (string)
Pause the currently playing song.
Resume playback of the currently paused song.
Retrieve information about the currently playing song.
Get information about a specified artist and show popular tracks. Parameters: artist_name (string)
Show the user's top artists from the last 6 months.
Search for a specified artist. Parameters: artist_name (string)
Play a specified song. Parameters: song_name (string)
Display the current playback queue.
Add a specified song to the user's queue. Parameters: song_name (string)
Move a specified song up in the queue. Parameters: song_name (string)
Set the current track to repeat.
Recommend tracks similar to the currently playing song.
Add a specified track to a specified playlist. Parameters: track_name (string), playlist_name (string)