Skip to content
Cursor

TIDAL MCP for Cursor

io.github.sickn33/tidal-mcp

Search, analyze, organize, and safely modify TIDAL through 112 typed MCP tools.

client:Cursor transport:stdio runtime:npm

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": "npx",
      "args": [
        "-y",
        "@sickn33/tidal-mcp"
      ],
      "env": {
        "TIDAL_MCP_ENABLE_WRITES": "<TIDAL_MCP_ENABLE_WRITES>",
        "TIDAL_MCP_DATA_DIR": "<TIDAL_MCP_DATA_DIR>"
      }
    }
  }
}

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