Skip to content
Grok

TIDAL MCP for Grok

io.github.sickn33/tidal-mcp

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

client:Grok transport:stdio runtime:npm

Install TIDAL MCP in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

TIDAL MCP in other clients