
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
music-mcp-server
Advanced tools
Trunks Music MCP Server - Professional music analytics tools for AI agents
MCP (Model Context Protocol) server for Trunks Music - professional music analytics. Exposes Trunks data to AI agents (Claude, ChatGPT, Cursor, etc.).
Trunks prédit l'avenir de la musique.
| Tool | Description |
|---|---|
search_artists | Search artists by name. Returns matching artists from Trunks database. |
get_artist_score | Get Trunks Score and Scouting Score for an artist (by ID, name, or slug). |
get_growth_metrics | Get growth metrics: growthRate7d, growthRate30d, trendingScore, totalFollowers. |
compare_artists | Compare 2-10 artists side-by-side (scores, followers, growth). |
get_trending | Get trending artists with optional genre/region filters. |
get_charts | Get top music charts by country (fr, us, gb, etc.). |
No clone or build required. Use once music-mcp-server is published to npm:
# Add to ~/.cursor/mcp.json or Cursor Settings > MCP
{
"mcpServers": {
"trunks": {
"command": "npx",
"args": ["-y", "music-mcp-server"],
"env": {
"TRUNKS_API_URL": "https://trunks.app"
}
}
}
}
For local development, use http://localhost:3000 for TRUNKS_API_URL.
cd mcp-server
npm install
npm run build
http://localhost:3000):Copy .env.example to .env and set:
TRUNKS_API_URL=http://localhost:3000
For production, use https://trunks.app.
Add to your Cursor MCP settings (~/.cursor/mcp.json or Cursor Settings > MCP):
{
"mcpServers": {
"trunks": {
"command": "node",
"args": ["/absolute/path/to/trunks-dev/mcp-server/dist/index.js"],
"env": {
"TRUNKS_API_URL": "https://trunks.app"
}
}
}
}
Replace the path with your actual mcp-server/dist/index.js location.
The MCP server calls the Trunks SaaS API. For production, the API is at https://trunks.app. For local dev, run the saas app:
cd saas
npm run dev
Once configured, you can ask Cursor (with Trunks MCP enabled):
npm run build # Compile TypeScript
npm run start # Run compiled server (for testing)
Note: The server uses stdio transport. It expects to be spawned by an MCP client (Cursor, Claude Desktop, etc.) and will block waiting for JSON-RPC messages on stdin. Do not run it directly for interactive use.
cd mcp-server
npm run build
npm version patch
npm publish
Bump version in package.json per semver when tools or config change.
The MCP server requires these Trunks API routes:
GET /api/search?q=...&stream=false - Artist searchGET /api/mcp/artist-score?artistId=...|artistName=...|artistSlug=...GET /api/mcp/growth-metrics?artistId=...|artistName=...|artistSlug=...POST /api/mcp/compare-artists - Body: { artistIds } or { artistNames }GET /api/scouting?limit=...&genres=...®ions=...FAQs
Trunks Music MCP Server - Professional music analytics tools for AI agents
We found that music-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.