Server data from the Official MCP Registry
AI music analysis for agents: BPM, key, genres, moods, instruments and 35+ tags per track.
AI music analysis for agents: BPM, key, genres, moods, instruments and 35+ tags per track.
A well-structured MCP server for audio file analysis with appropriate authentication and reasonable permission scoping. The server properly validates API keys, implements input validation with Zod, and uses safe file I/O patterns. Minor code quality observations around error handling and filesystem access permissions do not materially impact security posture. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
3 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: TRACKTAG_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-adigold-tracktag-mcp": {
"env": {
"TRACKTAG_API_KEY": "your-tracktag-api-key-here"
},
"args": [
"-y",
"tracktag-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
tt_live_…).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.
| Tool | What it does | Cost |
|---|---|---|
analyze_track | Analyze a local audio file (mp3/wav/flac/aiff/m4a/ogg, ≤15 MB) | 1–2 credits |
analyze_url | Analyze audio from any https URL (≤60 MB) | 1–2 credits |
get_credits | Remaining credit balance and limits | free |
list_recent_jobs | Recent API analyses | free |
Full API reference: tracktag.me/developers
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.