Skip to content
Windsurf

tidal mcp for Windsurf

io.github.ibeal/tidal-mcp

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

client:Windsurf transport:stdio runtime:oci

Install tidal mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

tidal mcp in other clients