Skip to content
Grok

tracktag mcp for Grok

io.github.adigold/tracktag-mcp

AI music analysis for agents: BPM, key, genres, moods, instruments and 35+ tags per track.

client:Grok transport:stdio runtime:npm

Install tracktag 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": {
    "tracktag-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tracktag-mcp"
      ],
      "env": {
        "TRACKTAG_API_KEY": "<TRACKTAG_API_KEY>"
      }
    }
  }
}

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

tracktag mcp in other clients