Skip to content
Zed

TIDAL MCP for Zed

io.github.sickn33/tidal-mcp

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

client:Zed transport:stdio runtime:npm

Install TIDAL MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "tidal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sickn33/tidal-mcp"
      ],
      "env": {
        "TIDAL_MCP_ENABLE_WRITES": "<TIDAL_MCP_ENABLE_WRITES>",
        "TIDAL_MCP_DATA_DIR": "<TIDAL_MCP_DATA_DIR>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

TIDAL MCP in other clients