mcpbeat Sign in

MCP Audio Studio MCP Server

local only

MCP Audio Studio runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 7 Aug 2026.

A digital audio workstation MCP App with sequencing, mixing, effects, automation, and rendering.

Installs per day peak 185 · avg 16
a month agotoday
38
Installs / week
npm · mcp-audio-studio
1
Stars
0 open issues
7 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Audio Studio every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-audio-studio -- npx -y mcp-audio-studio
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-audio-studio": {
      "args": [
        "-y",
        "mcp-audio-studio"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-audio-studio]
command = "npx"
args = ["-y", "mcp-audio-studio"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-audio-studio": {
      "args": [
        "-y",
        "mcp-audio-studio"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-audio-studio": {
      "args": [
        "-y",
        "mcp-audio-studio"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MCP_AUDIO_STUDIO_DATA (Path to a JSON file the studio project is persisted to. Omit to keep the project in memory.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Audio Studio

same job, measured the same way
Raycast
by expertvagabond

Raycast workflow automation MCP server with 9 tools

43 installs/wk local only
I
Ninjaone
by lungshot

MCP server for NinjaONE RMM with device management, monitoring, and automation

local only
AutoRender MCP
by autorender

AutoRender's MCP server for media assets, transformations, delivery, and workflow automation.

answering
Webdriverio
by webdriverio

MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)

5 275 installs/wk local only
MCP Gtm Tech Stack Signal Scraper
by mambabuilt

Detects a company CRM, sequencer, and marketing automation from its public website. Clay-ready.

136 installs/wk local only
ssh-mcp-pro
by oaslananka

Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.

48 installs/wk local only
Baepsae
by oozoofrog

Local MCP server for iOS Simulator and macOS app automation with a native Swift bridge

45 installs/wk local only
SSH MCP Tool
by oaslananka

Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.

local only

MCP Audio Studio — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Audio Studio?
MCP Audio Studio runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-audio-studio was installed 38 times last week.
How do I connect MCP Audio Studio?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-audio-studio straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Audio Studio?
The npm package mcp-audio-studio was installed 38 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Audio Studio open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.