CLI for Tidal music streaming service, designed for LLM agent automation
Tidal Cli MCP server exists for a simple reason — assistants are far more useful when they can act on Tidal Cli directly instead of describing what you should do. CLI for Tidal music streaming service, designed for LLM agent automation.
40 tools with OAuth authentication, safety annotations, and 3 prompt templates.
The server ships on npm as @lucaperret/tidal-cli, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Once Tidal Cli is connected, these are the calls the assistant has available:
Requirements — The Requirements tool exposed by this serverSearch — The Search tool exposed by this serverArtist — The Artist tool exposed by this serverPlaylists — The Playlists tool exposed by this serverLibrary — The Library tool exposed by this serverPlayback — The Playback tool exposed by this serverThis sits in the AI and media services group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Tidal Cli's toolset — Requirements, Search, Artist and 3 more — is a fair guide to whether it matches your workflow. It is maintained by lucaperret; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Tidal Cli's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Requirements | The Requirements tool exposed by this server. |
| Search | The Search tool exposed by this server. |
| Artist | The Artist tool exposed by this server. |
| Playlists | The Playlists tool exposed by this server. |
| Library | The Library tool exposed by this server. |
| Playback | The Playback tool exposed by this server. |
{
"mcpServers": {
"tidal-cli": {
"command": "npx",
"args": ["-y", "@lucaperret/tidal-cli"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.