← Back to Plugins
MCP Server MCP

io.github.adigold/tracktag-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "tracktag-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "TrackTag API key (tt_live_...) — create at https://tracktag.me/studio, API & MCP tab",
          "isRequired": true,
          "isSecret": true,
          "name": "TRACKTAG_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...