Skip to content
Cline

tidal mcp for Cline

io.github.ibeal/tidal-mcp

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

client:Cline transport:stdio runtime:oci

Install tidal mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

tidal mcp in other clients