Skip to main content
Glama
mikeysrecipes

TIDAL MCP: My Custom Picks

Related Servers

Alternatives to TIDAL MCP: My Custom Picks

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      A
      maintenance
      A community-maintained MCP server for TIDAL that enables personalized music recommendations, full playlist management, and advanced search across tracks, albums, artists, and playlists via natural language.
      19
      6
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      An MCP server that provides intelligent playlist curation tools using Spotify track data and audio feature analysis. It enables AI assistants to create mood-based playlists, find similar songs, analyze audio characteristics, and curate personalized music collections.
      -
    • A
      license
      Not graded
      quality
      F
      maintenance
      An MCP server that enables users to control Spotify playback, search for music, and manage playlists through MCP-compatible clients. It supports features like track recommendations and playback management using secure OAuth authentication.
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      MCP server that recommends new songs from YouTube Music, ensuring no song is already liked or in any playlist, using multiple independent signals for explainable rankings.
      10
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      An MCP server for Spotify control and synchronized lyrics retrieval that enables playback management, queue navigation, and music search capabilities. It also features perception tools for real-time track analysis, including BPM, key detection, and timestamped lyrics.
      95 npm
      3
      Apache 2.0

    TDQS

    A4.3/5.0

    Scored across 7 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose with no overlap: create_tidal_playlist and delete_tidal_playlist handle playlist lifecycle, get_favorite_tracks and get_playlist_tracks retrieve different track sources, get_user_playlists lists playlists, recommend_tracks provides recommendations, and tidal_login handles authentication. The descriptions reinforce these distinct roles, making misselection unlikely.

    Naming Consistency5/5

    All tools follow a consistent verb_noun pattern with snake_case: create_tidal_playlist, delete_tidal_playlist, get_favorite_tracks, get_playlist_tracks, get_user_playlists, recommend_tracks, and tidal_login. The naming is predictable and readable throughout the set, with no deviations in style or convention.

    Tool Count5/5

    With 7 tools, the count is well-scoped for managing TIDAL playlists and tracks. Each tool earns its place by covering essential operations like authentication, playlist CRUD, track retrieval, and recommendations, without being overly sparse or bloated for the domain.

    Completeness4/5

    The tool set provides strong coverage for playlist management (create, delete, list, view tracks) and track operations (favorites, recommendations), with authentication included. A minor gap exists in updating existing playlists (e.g., add/remove tracks or edit metadata), but agents can work around this by recreating playlists as needed.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues