tidal_mcp
Provides tools for searching Tidal's catalog, managing playlists, and AI-powered mood-based playlist generation.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tidal_mcpCreate a mood playlist for a cozy autumn evening"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
tidal_mcp — Tidal MCP Server for Claude
Gives Claude tools to search, browse, and create playlists on Tidal, including AI-powered mood-based playlist generation.
Setup
1. Install dependencies
pip install tidalapi anthropic "mcp[cli]"2. Authenticate with Tidal (one-time)
python server.py --loginOpen the link that appears, approve access. Session is saved to
~/.tidal_mcp_session.json and reused automatically.
3. Configure Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json
(macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"tidal": {
"command": "python",
"args": ["/absolute/path/to/tidal_mcp/server.py"],
"env": {
"ANTHROPIC_API_KEY": "sk-ant-your-key-here"
}
}
}
}Restart Claude Desktop. The Tidal tools will appear automatically.
Related MCP server: Spotify MCP Server
Available Tools
Tool | What it does |
| Search the Tidal catalog by keyword |
| Find artists by name |
| Get an artist's most popular tracks |
| List your Tidal playlists |
| See what's in a playlist |
| Create a playlist with specific track IDs |
| Add tracks to an existing playlist |
| Delete a playlist |
| AI-powered — describe a mood, get a playlist |
Example Prompts in Claude
"Make me a rainy Sunday morning playlist — melancholic, piano-forward, not too slow"
"Show me my Tidal playlists"
"Search Tidal for dark ambient tracks"
"What are Nils Frahm's top tracks on Tidal?"
"Do a dry run of a late night jazz playlist so I can see the tracklist first"
"Add those tracks to my existing Evening Wind-Down playlist"
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseDqualityDmaintenanceEnables Claude to interact with Spotify by searching songs, creating playlists, getting recommendations, and managing your music through your Spotify account.Last updated74
- Alicense-quality-maintenanceConnects Claude to Spotify for music discovery, playlist creation, and collection analysis through natural language. Enables searching songs, analyzing music diversity, creating playlists, and getting recommendations using Spotify's API.Last updated
- FlicenseAqualityDmaintenanceEnables interaction with TIDAL music streaming service through 27 tools for searching music, managing playlists, favorites, and discovering artists and albums.Last updated272
- AlicenseAqualityCmaintenanceFull Apple Music integration for Claude: search the catalog, browse your personal library, manage playlists, and get personalised recommendations.Last updated1135MIT
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Generate AI images, video, speech, music and presentations from Claude, ChatGPT and Cursor.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/redDawne/tidal-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server