Skip to content
Zed

tracktag mcp for Zed

io.github.adigold/tracktag-mcp

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

client:Zed transport:stdio runtime:npm

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

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

tracktag mcp in other clients