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
{
"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