MCP Server
MCP
MCP Audio Studio
A digital audio workstation MCP App with sequencing, mixing, effects, automation, and rendering.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-audio-studio",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Run the MCP server over standard input and output.",
"isRequired": true,
"type": "named",
"name": "--stdio"
}
],
"environmentVariables": [
{
"description": "Path to a JSON file the studio project is persisted to. Omit to keep the project in memory.",
"format": "filepath",
"name": "MCP_AUDIO_STUDIO_DATA"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment