Skip to content
Cursor

tidal mcp for Cursor

io.github.ibeal/tidal-mcp

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

client:Cursor transport:stdio runtime:oci

Install tidal mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tidal mcp in other clients