@thomaswawra/artistlens

web MCP Server

ArtistLens - A powerful Spotify Web API integration for accessing music, artists, albums, and recommendations

VerifiedInstall Ready
webweb
7 views21 stars15 forksv0.4.12MIT

Why This Matters

Discovered via smithery and last synced 3mo ago.

VerifiedInstall Ready
Source
smithery
Stars
21
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx -y @thomaswawra/artistlens

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "-thomaswawra-artistlens": {
      "command": "npx",
      "args": [
        "@thomaswawra/artistlens"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

24
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (24)

get_access_token

Get a valid Spotify access token

get_new_releases

Get new album releases

remove_tracks_from_playlist

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

search

Search for tracks, albums, artists, or playlists

get_recommendations

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

get_current_user_playlists

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

get_artist

Get artist information

get_audiobook

Get audiobook information with optional market parameter

get_featured_playlists

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

get_artist_top_tracks

Get an artist's top tracks

get_multiple_audiobooks

Get information for multiple audiobooks (max 50)

get_category_playlists

Get a list of Spotify playlists tagged with a particular category

get_artist_related_artists

Get artists similar to a given artist

get_audiobook_chapters

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

get_artist_albums

Get an artist's albums

get_playlist

Get a playlist owned by a Spotify user

get_album

Get album information

get_playlist_tracks

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

get_album_tracks

Get an album's tracks

get_playlist_items

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

get_track

Get track information

modify_playlist

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

get_available_genres

Get a list of available genres for recommendations

add_tracks_to_playlist

Add one or more tracks to a playlist with optional position