← Back to Plugins
MCP Server MCP

MCP Audio Studio

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...