🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

tracktag-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tracktag-mcp

TrackTag MCP server — let AI agents (Claude, Cursor, etc.) analyze music files via the TrackTag API: BPM, key, genres, moods, instruments and 35+ metadata fields per track.

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
50
-87.34%
Maintainers
1
Weekly downloads
 
Created
Source

TrackTag MCP Server

Let AI agents (Claude Desktop, Claude Code, Cursor, and any MCP-capable client) analyze music with TrackTag: drop an MP3 into your agent, say "analyze this track", and get BPM, key, genres, moods, instruments, energy and 35+ metadata fields back.

Runs locally over stdio — nothing is hosted, the server only lives while your agent app is open. Analyses are billed from your TrackTag credit balance (1 credit per track with the core model, 2 with ultra); failed analyses are refunded automatically.

Setup

  • Get an API key: tracktag.me/studioAPI & MCP → Create key (tt_live_…).
  • Add the server to your agent's MCP config:

Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "tracktag": {
      "command": "npx",
      "args": ["-y", "tracktag-mcp"],
      "env": { "TRACKTAG_API_KEY": "tt_live_YOUR_KEY" }
    }
  }
}

Claude Code:

claude mcp add tracktag -e TRACKTAG_API_KEY=tt_live_YOUR_KEY -- npx -y tracktag-mcp

Cursor (~/.cursor/mcp.json): same JSON block as Claude Desktop.

Tools

ToolWhat it doesCost
analyze_trackAnalyze a local audio file (mp3/wav/flac/aiff/m4a/ogg, ≤15 MB)1–2 credits
analyze_urlAnalyze audio from any https URL (≤60 MB)1–2 credits
get_creditsRemaining credit balance and limitsfree
list_recent_jobsRecent API analysesfree

Docs

Full API reference: tracktag.me/developers

Keywords

mcp

FAQs

Package last updated on 24 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts