MCP Server
MCP
io.github.adigold/tracktag-mcp
AI music analysis for agents: BPM, key, genres, moods, instruments and 35+ tags per track.
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
By
Comments
Sign in to leave a comment