Tidal MCP
Rank #11,108io.github.ibeal/tidal-mcp
MCP server for TIDAL - search tracks, manage playlists, and get personalized recommendations
Tidal MCP is a Model Context Protocol (MCP) server published by ibeal. It ranks #11,108 of 132,046 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Tidal MCP is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Feb 10, 2026 and most recently updated on Jun 25, 2026.
Ranks ahead of 120,938 of 132,046 servers on MCP Toplist.
Use Tidal MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tidal-mcp -e "TIDAL_MCP_PORT=<your TIDAL_MCP_PORT>" -- docker run -i --rm ghcr.io/ibeal/tidal-mcp:latestReplace each placeholder with your own value before saving.
[mcp_servers.tidal-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/ibeal/tidal-mcp:latest"]
[mcp_servers.tidal-mcp.env]
TIDAL_MCP_PORT = "<your TIDAL_MCP_PORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tidal-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ibeal/tidal-mcp:latest"
],
"env": {
"TIDAL_MCP_PORT": "<your TIDAL_MCP_PORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tidal-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ibeal/tidal-mcp:latest"
],
"env": {
"TIDAL_MCP_PORT": "<your TIDAL_MCP_PORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tidal-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ibeal/tidal-mcp:latest"
],
"env": {
"TIDAL_MCP_PORT": "<your TIDAL_MCP_PORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tidal-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ibeal/tidal-mcp:latest"
],
"env": {
"TIDAL_MCP_PORT": "<your TIDAL_MCP_PORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tidal-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ibeal/tidal-mcp:latest"
],
"env": {
"TIDAL_MCP_PORT": "<your TIDAL_MCP_PORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ibeal%2Ftidal-mcp)<a href="https://mcptoplist.com/server/io.github.ibeal%2Ftidal-mcp"><img src="https://mcptoplist.com/badge/io.github.ibeal%2Ftidal-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ibeal
Available versions (4)
| Version | Published |
|---|---|
| 0.6.0 | Jun 25, 2026 |
| 0.4.0 | Jun 9, 2026 |
| 0.2.0 | Feb 11, 2026 |
| 0.1.0 | Feb 10, 2026 |
Frequently asked questions
- Who maintains Tidal MCP?
- Tidal MCP is maintained by ibeal, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Tidal MCP listed on the Official MCP Registry?
- Yes — Tidal MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Tidal MCP have?
- MCP Toplist tracks 4 versions of Tidal MCP, most recently published on Jun 25, 2026.
- Where can I find the source code for Tidal MCP?
- The source code for Tidal MCP is hosted at github.com/ibeal/tidal-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.