MCP Audio Studio
Rank #16,159io.github.mario-andreschak/mcp-audio-studio
A digital audio workstation MCP App with sequencing, mixing, effects, automation, and rendering.
MCP Audio Studio is a Model Context Protocol (MCP) server published by flujo-app. It ranks #16,159 of 115,591 servers tracked on MCP Toplist. MCP Audio Studio is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 4, 2026 and most recently updated on Aug 7, 2026.
Ranks ahead of 99,432 of 115,591 servers on MCP Toplist.
Use MCP Audio Studio
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-audio-studio -e "MCP_AUDIO_STUDIO_DATA=<your MCP_AUDIO_STUDIO_DATA>" -- npx -y mcp-audio-studio --stdioReplace each placeholder with your own value before saving.
[mcp_servers.mcp-audio-studio]
command = "npx"
args = ["-y", "mcp-audio-studio", "--stdio"]
[mcp_servers.mcp-audio-studio.env]
MCP_AUDIO_STUDIO_DATA = "<your MCP_AUDIO_STUDIO_DATA>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-audio-studio": {
"command": "npx",
"args": [
"-y",
"mcp-audio-studio",
"--stdio"
],
"env": {
"MCP_AUDIO_STUDIO_DATA": "<your MCP_AUDIO_STUDIO_DATA>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-audio-studio": {
"command": "npx",
"args": [
"-y",
"mcp-audio-studio",
"--stdio"
],
"env": {
"MCP_AUDIO_STUDIO_DATA": "<your MCP_AUDIO_STUDIO_DATA>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-audio-studio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-audio-studio",
"--stdio"
],
"env": {
"MCP_AUDIO_STUDIO_DATA": "<your MCP_AUDIO_STUDIO_DATA>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-audio-studio": {
"command": "npx",
"args": [
"-y",
"mcp-audio-studio",
"--stdio"
],
"env": {
"MCP_AUDIO_STUDIO_DATA": "<your MCP_AUDIO_STUDIO_DATA>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-audio-studio": {
"command": "npx",
"args": [
"-y",
"mcp-audio-studio",
"--stdio"
],
"env": {
"MCP_AUDIO_STUDIO_DATA": "<your MCP_AUDIO_STUDIO_DATA>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mario-andreschak%2Fmcp-audio-studio)<a href="https://mcptoplist.com/server/io.github.mario-andreschak%2Fmcp-audio-studio"><img src="https://mcptoplist.com/badge/io.github.mario-andreschak%2Fmcp-audio-studio.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
flujo-app
Other servers by flujo-app
- MCP VS Code#7,457 · 5 vers
- MCP Sandbox Computer VM for AI#10,754 · 1 ver
- MCP CAD Studio#16,613 · 2 vers
- mcp-gmail-oauth#52,212
Available versions (2)
| Version | Published |
|---|---|
| 0.2.2 | Aug 7, 2026 |
| 0.2.1 | Aug 6, 2026 |
Frequently asked questions
- Who maintains MCP Audio Studio?
- MCP Audio Studio is maintained by flujo-app, which publishes 5 MCP servers (10 total versions) tracked on MCP Toplist.
- Is MCP Audio Studio listed on the Official MCP Registry?
- Yes — MCP Audio Studio is listed on the Official MCP Registry, alongside Glama.
- How many versions does MCP Audio Studio have?
- MCP Toplist tracks 2 versions of MCP Audio Studio, most recently published on Aug 7, 2026.
- Where can I find the source code for MCP Audio Studio?
- The source code for MCP Audio Studio is hosted at github.com/flujo-app/mcp-audio-studio-mcpapp.