mcpbeat Sign in

Audiolla MCP Server

local only

Audiolla runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 1 Aug 2026.

Self-hosted MCP server: audio stems, mastering, MIR analysis, DSP, MIDI, speech tools.

Installs / week
not published
3
Stars
0 open issues
1 Aug 2026
Last commit
from GitHub
WTFPL
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command .agents/plugins/audiolla/bin/cli.js:40
const result = spawnSync(process.execPath, args, { stdio: "inherit" });
Builds a file path from a variable src/audiolla/engines/uvr_separator.py:148
            in_path = os.path.join(tmpdir, filename)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Audiolla

same job, measured the same way
Talkies
by psyb0t

Self-hosted MCP server for speech: ASR transcription, TTS synthesis, and file staging tools.

local only
Runtime
by formatho

Self-hosted MCP server: 26 deterministic dev, security, and EVM tools.

26 tools answering
Paid Ads
by connected-paths

Hosted MCP server for Google Ads and LinkedIn Ads analysis.

answering
Codescene MCP Server
by codescene

An MCP server that provides CodeScene Code Health analysis tools.

1 745 installs/wk local only
Claudebox
by psyb0t

Self-hosted MCP server exposing Claude Code as an agentic AI tool over streamable HTTP.

local only
Replicate MCP Server
by sena-labs

Replicate MCP server - image, video, audio, speech, LLM, vision, upscale, 3D, training. 36 tools.

57 installs/wk local only
Pibox
by psyb0t

Self-hosted MCP server: pi-coding-agent tools (run_prompt, file ops) over streamable HTTP.

local only
Mozonic
by mozonic

AI mixing and mastering: analyze your mixes, run DSP autofix, render stems, and master tracks.

answering

Audiolla — questions

Answers built from our own checks of this server.

Why is there no uptime for Audiolla?
Audiolla runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Audiolla open source?
No, and the distinction matters: its licence is declared as WTFPL. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.