Most music platforms offer recommendations — Daily Discovery, Top Artists, New Arrivals, etc. — but even with the state-of-the-art system, they often
Tidal mcp mcp server connects Tidal MCP to AI assistants that speak the Model Context Protocol. Most music platforms offer recommendations — Daily Discovery, Top Artists, New Arrivals, etc. — but even with the state-of-the-art system, they often feel too "aggregated". I wanted something more custom and context-aware.
Most music platforms offer recommendations — Daily Discovery, Top Artists, New Arrivals, etc. — but even with the state-of-the-art system, they often feel too "aggregated". I wanted something more custom and context-aware.
Once connected, the assistant can call these 9 tools directly:
tidal_login — Authenticate with TIDAL through browser login flowget_favorite_tracks — Retrieve your favorite tracks from TIDALrecommend_tracks — Get personalized music recommendationscreate_tidal_playlist — Create a new playlist in your TIDAL accountget_user_playlists — List all your playlists on TIDALget_playlist_tracks — Retrieve all tracks from a specific playlistdelete_tidal_playlist — Delete a playlist from your TIDAL accountPrerequisites — The Prerequisites tool exposed by this serverInstallation — 1. Clone this repository: bash git clone https://github.com/yuhuacheng/tidal-mcp.git cd tidal-mcpSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
The server reads one environment variable: TIDAL_MCP_PORT. Keep credentials in your client's env block or a secrets manager rather than committing them.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Tidal MCP sits in that group, and the shape of its toolset — tidal_login, get_favorite_tracks, recommend_tracks among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| tidal_login | Authenticate with TIDAL through browser login flow |
| get_favorite_tracks | Retrieve your favorite tracks from TIDAL |
| recommend_tracks | Get personalized music recommendations |
| create_tidal_playlist | Create a new playlist in your TIDAL account |
| get_user_playlists | List all your playlists on TIDAL |
| get_playlist_tracks | Retrieve all tracks from a specific playlist |
| delete_tidal_playlist | Delete a playlist from your TIDAL account |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | 1. Clone this repository: bash git clone https://github.com/yuhuacheng/tidal-mcp.git cd tidal-mcp |
| Variable | Description | Required |
|---|---|---|
| TIDAL_MCP_PORT | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.