tidal-mcp

tidal-mcp

3.4

If you are the rightful owner of tidal-mcp 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.

TIDAL MCP is a custom music recommendation server that leverages TIDAL's API to provide personalized music suggestions based on user-defined criteria.

TIDAL MCP: My Custom Picks is a server designed to enhance the music recommendation experience on TIDAL by allowing users to specify custom criteria for their music suggestions. Unlike traditional recommendation systems that offer aggregated suggestions, TIDAL MCP uses a language model to filter and curate results based on user input. This allows users to request specific types of music recommendations, such as finding tracks similar to their recent favorites but only from recent years, or discovering slower, more acoustic versions of songs in a playlist. The server integrates with TIDAL's API to fetch similar tracks and manage playlists directly within the user's TIDAL account.

Features

  • Music Recommendations: Get personalized track recommendations based on your listening history plus your custom criteria.
  • Playlist Management: Create, view, and manage your TIDAL playlists.

Tools

  1. tidal_login

    Authenticate with TIDAL through browser login flow.

  2. get_favorite_tracks

    Retrieve your favorite tracks from TIDAL.

  3. recommend_tracks

    Get personalized music recommendations.

  4. create_tidal_playlist

    Create a new playlist in your TIDAL account.

  5. get_user_playlists

    List all your playlists on TIDAL.

  6. get_playlist_tracks

    Retrieve all tracks from a specific playlist.

  7. delete_tidal_playlist

    Delete a playlist from your TIDAL account.