MCP Servers / search / ArtistLens

ArtistLens

JSON →
httpnone20search

Access the Spotify Web API to search and retrieve information about tracks, albums, artists, and playlists.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: artistlens
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envSPOTIFY_CLIENT_ID
envSPOTIFY_CLIENT_SECRET
Resources
ArtistLens — MCP Server · libregistry