What is the Audiolla MCP server?
Self-hosted MCP server: audio stems, mastering, MIR analysis, DSP, MIDI, speech tools.
How to install Audiolla
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"audiolla": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/audiolla:v1.1.7"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"audiolla": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/audiolla:v1.1.7"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"audiolla": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/audiolla:v1.1.7"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"audiolla": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/audiolla:v1.1.7"
]
}
}
}Claude Code
claude mcp add audiolla -- docker run -i --rm docker.io/psyb0t/audiolla:v1.1.7Related MCP servers
Stealthy Auto Browse
Active
Self-hosted MCP server for stealth browser automation with human-like OS-level input.
71
View repository →Python
WTFPL
Claudebox
Active
Self-hosted MCP server exposing Claude Code as an agentic AI tool over streamable HTTP.
19
View repository →Shell
WTFPL
Talkies
Active
Self-hosted MCP server for speech: ASR transcription, TTS synthesis, and file staging tools.
5
View repository →Python
WTFPL
HybridS3
Active
Self-hosted S3-compatible object storage server with an MCP interface for AI agents.
4
View repository →Shell
WTFPL
Mailbox
Active
Self-hosted MCP server for unified IMAP/SMTP mailbox access: read, list, and send email.
2
View repository →Python
WTFPL
Pibox
Active
Self-hosted MCP server: pi-coding-agent tools (run_prompt, file ops) over streamable HTTP.
2
View repository →Shell
WTFPL