MCPServers
Spotify logo

Spotify

1
|
263

Summary

ArtistLens is a robust server implementation that leverages the Spotify Web API to provide a seamless interface for interacting with Spotify's extensive music catalog. It allows users to perform a variety of tasks such as searching for tracks, albums, and artists, retrieving artist-specific information like top tracks and related artists, and managing playlists. The server supports automatic token management using the client credentials flow, ensuring smooth and secure operations. Additionally, it offers comprehensive access to Spotify's features, including new releases, recommendations, and even audiobook information, making it an invaluable tool for developers and music enthusiasts who want to build applications or services that integrate Spotify's vast music offerings. The project is well-structured with a focus on separation of concerns, making it maintainable and easy to extend. ArtistLens is particularly useful for those looking to build applications that need to interact with Spotify's API efficiently and securely.

Available Actions(24)

get_access_token

Get a valid Spotify access token.

search

Search for tracks, albums, artists, or playlists.

get_artist

Get artist information.

get_artist_top_tracks

Get an artist's top tracks.

get_artist_related_artists

Get artists similar to a given artist.

get_artist_albums

Get an artist's albums.

get_album

Get album information.

get_album_tracks

Get an album's tracks.

get_track

Get track information.

get_available_genres

Get a list of available genres for recommendations.

get_new_releases

Get new album releases.

get_recommendations

Get track recommendations based on seed tracks, artists, or genres.

get_audiobook

Get audiobook information with optional market parameter.

get_multiple_audiobooks

Get information for multiple audiobooks (max 50).

get_audiobook_chapters

Get chapters of an audiobook with pagination support (1-50 chapters per request).

get_playlist

Get a playlist owned by a Spotify user.

get_playlist_tracks

Get full details of the tracks of a playlist (1-100 tracks per request).

get_playlist_items

Get full details of the items of a playlist (1-100 items per request).

modify_playlist

Change playlist details (name, description, public/private state, collaborative status).

add_tracks_to_playlist

Add one or more tracks to a playlist with optional position.

remove_tracks_from_playlist

Remove one or more tracks from a playlist with optional positions and snapshot ID.

get_current_user_playlists

Get a list of the playlists owned or followed by the current Spotify user (1-50 playlists per request).

get_featured_playlists

Get a list of Spotify featured playlists with optional locale and pagination support.

get_category_playlists

Get a list of Spotify playlists tagged with a particular category.

Created: January 28, 2025

Community Reviews

0.0
0 reviews
1
0
2
0
3
0
4
0
5
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Try it now in
HighlightHighlight AI

Quick Setup

Bundle and Download

After downloading, you can run the MCP server in any client or IDE:

node path/to/downloaded/file.mjs

Categories