Gives LLMs ears. Spectral, harmonic, rhythm, stereo, and structural audio analysis.
Gives LLMs ears. Spectral, harmonic, rhythm, stereo, and structural audio analysis. Exposed over MCP by the audio mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Point Claude at any audio file and it can tell you the key, tempo, dynamics, timbre, percussive character, stereo field, structural sections, and how the music evolves over time -- all from raw audio analysis, no images, no guessing, under 1% context window usage.
LLMs can see (vision) and read (text), but they can't hear. This project bridges that gap by running real audio analysis -- the same DSP techniques used in music information retrieval research -- and returning structured numerical data that Claude can reason about.
Everything the assistant can do here goes through one of these:
audio_info — Basic file info: duration, sample rate, sample countspectral_features — Brightness, richness, loudness, texture, timbre (MFCCs), frequency band energy, spectral contrast, dynamic range, LUFS loudness, stereo fieldharmonic_analysis — Key detection, pitch class distribution, tonnetzrhythm_analysis — Tempo (BPM), beat positions, tempo stabilityfull_analysis — Everything above in one call, plus percussive character (HPSS), stereo field, and section boundaries. Recommended workflow: call without resolutioncompare — A/B two tracks -- analyses both and returns a compact diff tableSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Audio's toolset — audio_info, spectral_features, harmonic_analysis and 3 more — is a fair guide to whether it matches your workflow. It is maintained by JuzzyDee; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| audio_info | Basic file info: duration, sample rate, sample count |
| spectral_features | Brightness, richness, loudness, texture, timbre (MFCCs), frequency band energy, spectral contrast, dynamic range, LUFS loudness, stereo field |
| harmonic_analysis | Key detection, pitch class distribution, tonnetz |
| rhythm_analysis | Tempo (BPM), beat positions, tempo stability |
| full_analysis | Everything above in one call, plus percussive character (HPSS), stereo field, and section boundaries. Recommended workflow: call without resolution first to get summary + section map, then zoom into interesting sections |
| compare | A/B two tracks -- analyses both and returns a compact diff table |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.