Self-hosted MCP server: audio stems, mastering, MIR analysis, DSP, MIDI, speech tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Thirty audio engines. One port. Zero cloud. Fire-and-forget async jobs. Webhooks.
You needed Demucs for stems. Then librosa for BPM and key. Then basic-pitch for MIDI transcription. Then pyannote for speaker diarization. Then DeepFilterNet for speech enhancement. Then you spent three days debugging Python version conflicts and now you hate everything.
audiolla is what happens when you stop doing that.
Every audio processing tool worth using — wrapped in one HTTP API, running in one Docker container. POST a file. Get audio, JSON, or MIDI back. Drive it from curl, shell scripts, Python notebooks, Makefiles, or point an LLM agent at the MCP endpoint and let it rip.
No account. No subscription. No per-minute billing. No vendor lock-in. docker run and you're done.
| 🎛️ Stem separation | Demucs — htdemucs, fine-tuned, 6-stem, MDX variants |
| 🎚️ Mastering | Reference mastering (matchering) + custom pedalboard chains |
| 📊 Analysis | BPM · key · LUFS · beats · onsets · melody · structural segments |
| 🎹 Chords + key | Chord detection + Krumhansl-Schmuckler key estimation |
| 🎵 Audio → MIDI | Polyphonic transcription via Spotify's basic-pitch (ONNX, no TF) |
| 🧹 Restoration | De-reverb · de-echo · de-noise via UVR BS-Roformer + MelBand Roformer |
| 🗣️ Speech | Enhancement (DeepFilterNet) · VAD (silero-vad) · diarization (pyannote) |
| 🖼️ Visuals | Spectrogram + waveform PNGs + 8-mode animated MP4/WebM |
| 🔍 Fingerprint | Chromaprint acoustic fingerprinting (AcoustID-compatible) |
| ✂️ Silence | Detect gaps · trim edges · strip all silence |
| 🎼 MIDI pipeline | Compose from JSON · inspect · transform · render via fluidsynth |
| 🎸 Effects | 23-effect pedalboard chain — Compressor, Reverb, PitchShift, filters… |
| 🔧 Transforms | Sox DSP — pitch, tempo, EQ, reverb, gain |
| 📢 Loudness | Measure LUFS · normalize to target |
| 🥁 HPSS | Harmonic/percussive source separation via librosa median filter |
| 🔇 Noise reduction | Spectral noise reduction via noisereduce — stationary + adaptive modes |
| ⏩ Time-stretch | Independent tempo factor + pitch shift via librosa phase vocoder |
| 🏷️ Audio tagging | Top-K AudioSet class labels via Audio Spectrogram Transformer |
| 🔗 Audio embeddings | 512-dim semantic embeddings via LAION CLAP + optional text similarity |
| 🏷️ Zero-shot classify | CLAP cosine similarity against any free-form text labels — genres, moods, instruments |
| 📋 Audio info | ffprobe metadata — duration, sample rate, channels, codec, bit depth |
| ✂️ Trim | Cut a clip by start/end seconds — any format in, any format out |
| 🎚️ Mix | Combine N staged tracks with per-track gain_db — pure ffmpeg, no model |
| 🔗 Concat | Stitch N audio files end-to-end in order |
| ⏩ Speed | Change playback speed without pitch shift (0.1× – 10×) via ffmpeg atempo |
| 🔄 Convert | Re-encode: format, sample rate, channel count in one call |
| 🔍 Similar | Cosine similarity between two audio files via CLAP embeddings |
| 🎹 MIDI quantize | Snap MIDI note timings to a rhythmic grid (16th, 8th, quarter…) |
| 🌅 Fade | Fade-in and/or fade-out with 13 curve shapes |
| ⏪ Reverse | Flip audio backwards |
| 🔁 Loop | Repeat audio N times |
| 🎯 BPM match | Auto-detect BPM then stretch to a target — no manual math |
| 📈 Loudness curve | RMS envelope over time — time-stamped dB values for gain automation |
| 🎤 Pitch correct | Auto-tune toward nearest chromatic semitone — configurable strength |
| 🔧 Repair | Declip + dehum — fix clipped peaks and remove power-line hum |
| 🔁 Loop point | Find best seamless loop boundary — score, bar count, candidates list |
| 🥁 Drum machine | Step-sequencer spec → GM drum MIDI — 16-step pattern, swing, tempo |
| 🎼 Chords to MIDI | Chord progression → MIDI file — root+3rd+5th voicings per segment |
| ↔️ Stereo width | Widen or collapse the stereo image via M/S processing |
| ✂️ Split | Split into N equal parts or on silence — returns ZIP of segments |
| 🔊 Pan | Position audio in the stereo field (-1 left → 0 center → 1 right) |
| 🎚️ EQ | Parametric EQ — JSON array of freq/gain_db/width_hz bands |
| 🎵 Key match | Detect source key then pitch-shift to a target key |
| 🎙️ Sidechain duck | Duck music when a trigger track (voice) is loud |
| 🏷️ Metadata | Read and write ID3/Vorbis/FLAC/WAV audio tags via mutagen |
| 🔴 Clip detect | Detect digital clipping — count, ratio, peak dBFS |
| ↔️ Mid/Side | Encode L/R → Mid+Side or decode Mid+Side → L/R |
| ✂️ Beat slice | Slice audio at detected beat positions — returns ZIP of segments |
| 🏟️ Conv reverb | Convolution reverb via impulse response — wet_mix control |
| 🥁 Transient shaper | Attack/sustain dual-compressor — punch up drums, cut room tail |
| 🎚️ Multiband compress | N-band compressor with zero-phase LR4 crossovers — mastering-grade dynamics |
| 🎛️ DJ prep | One call: BPM + key + Camelot wheel position + integrated LUFS |
| 📦 Batch | Run trim/convert/fade/reverse/speed/eq on staged files in sequence |
| 🧩 Presets + pipeline | Curated YAML workflows (master-for-spotify, podcast-cleanup, …) + ad-hoc op chaining server-side |
| 🗂️ Catalog | GET /v1/catalog — machine-readable endpoint list grouped by category for discovery |
| ⚡ Async jobs | Every endpoint supports async_job=true — fire-and-forget + webhook callbacks |
Demucs weights prefetch at container startup (for whichever variants are enabled) and cache in /data/torch_cache/. First boot downloads them; same -v mount next time and they're already there. Other engines (matchering, pedalboard, librosa, sox, fx, midi) have no weights — they're ready as soon as /healthz is green.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/audiolla)<a href="https://allmcps.com/mcp/audiolla"><img src="https://allmcps.com/api/badge/audiolla?style=directory" alt="Audiolla on AllMCPs" /></a>