Skip to content
Claude Desktop

tidal mcp for Claude Desktop

io.github.ibeal/tidal-mcp

MCP server for TIDAL - search tracks, manage playlists, and get personalized recommendations

client:Claude Desktop transport:stdio runtime:oci

Install tidal mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tidal-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ibeal/tidal-mcp:latest"
      ],
      "env": {
        "TIDAL_MCP_PORT": "<TIDAL_MCP_PORT>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

tidal mcp in other clients