TIDAL MCP: My Custom Picks
Related Servers
Alternatives to TIDAL MCP: My Custom Picks
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceA 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.196MIT
- AlicenseAqualityDmaintenanceA server that lets you get customized music recommendations from TIDAL based on your specific criteria, allowing you to create new playlists directly in your TIDAL account.750MIT
- FlicenseNot gradedqualityDmaintenanceAn 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.-
- AlicenseNot gradedqualityFmaintenanceAn 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
- AlicenseAqualityBmaintenanceMCP 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.10MIT
- AlicenseNot gradedqualityCmaintenanceAn 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 npm3Apache 2.0
TDQS
Scored across 7 tools
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.
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.
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.
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.