npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@lnrz-xyz/trackyard-mcp

v1.0.3

Published

Search and download licensed music from Claude Desktop and other AI tools

Readme

Trackyard MCP Server

Trackyard gives you instant access to tens of thousands of curated tracks — every song 100% legally cleared for social media, YouTube, podcasts, and online content (non-film/TV). Three things make it stand out:

  1. Massive cleared catalog — tens of thousands of hand-curated songs ready to use on any social platform, no licensing headaches.
  2. AI-powered search — describe what you need in plain English ("moody lo-fi for a coffee shop vlog") and the API finds the right track, even inferring genre, mood, BPM, and instrumentation from your description.
  3. Smart clip downloader — trim any track to an exact duration and the algorithm automatically finds the best-sounding segment. Optionally specify a hit point so the biggest moment in the song lands exactly where you need it in your video.

Use it directly from Claude Desktop and other AI tools — just describe what you need and download the perfect clip.

Use Cases

  • Social media content farms — automate music at scale for TikTok, Reels, and Shorts pipelines; ask Claude to find music for each video brief and clip it to the exact platform duration (15s, 30s, 60s)
  • Social media ads — find brand-safe tracks that match your ad's energy, trimmed to the exact ad length with the hook landing right on the key visual moment
  • AI video generation — pair AI-generated video with AI-selected music; describe the video to Claude and have it search and clip the right track automatically
  • YouTube & podcast backgrounds — find instrumental, low-energy tracks to sit under voiceover without competing with it
  • Product demo & unboxing videos — match music energy to product vibe; minimal synth for a SaaS tool, high-energy for a fitness brand
  • Real estate & property walkthroughs — calm, spacious ambient tracks that complement visuals without distraction
  • App & game trailers — build tension or excitement with the hit point placed exactly on a key reveal moment

Setup

1. Get your API key

Sign up at app.trackyard.com, go to API Keys, and create a key. You'll get a trackyard_live_... key — copy it. New accounts start with 20 free trial credits, no credit card required.

2. Add to Claude Desktop

Open your Claude Desktop config:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Add this:

{
  "mcpServers": {
    "trackyard": {
      "command": "npx",
      "args": ["-y", "@lnrz/trackyard-mcp"],
      "env": {
        "TRACKYARD_API_KEY": "trackyard_live_your_key_here"
      }
    }
  }
}

Restart Claude Desktop. That's it — no install step needed, npx handles it.

Tools

| Tool | Description | Credits | |------|-------------|---------| | search_music | Search by natural language (Growth+ gets smart intent extraction) | 1 credit | | get_credits | Check remaining credits | Free | | download_track | Download a single MP3, with optional smart trim to any duration | 1 credit |

Example Prompts

  • "Find upbeat background music for a tech startup promo video"
  • "Search for calm acoustic music without vocals for a meditation app"
  • "How many credits do I have left?"
  • "Download the first result as a 30-second clip"
  • "Download that track trimmed to 22 seconds with the big hit landing at 12 seconds in"

Credits & Pricing

New accounts start with 20 free trial credits (one-time, no monthly reset). Upgrade at app.trackyard.com:

| Plan | Price | Credits/month | |------|-------|---------------| | Free Trial | $0 | 20 (one-time) | | Starter | $19 | 300 | | Growth | $59 | 1,500 | | Scale | $149 | 6,000 |

1 credit = 1 search or 1 download. Paid plan credits reset monthly. Need more? Buy one-time credit packs at app.trackyard.com.

Troubleshooting

Tool not showing in Claude? Restart Claude Desktop after editing the config.

Check logs:

~/Library/Logs/Claude/mcp-server-trackyard.log