A favicon of Synthesizer V Studio

Synthesizer V Studio

Create and edit vocal tracks effortlessly with AI. Add lyrics to melodies and enhance your music production with advanced vocal synthesis capabilities.

Installation

Installing for Claude Desktop

Manual Configuration Required

This MCP server requires manual configuration. Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

This will open your configuration file where you can add the Synthesizer V Studio MCP server manually.

Synthesizer V Studio MCP Server

MCP server for Synthesizer V AI Vocal Studio, which allows LLMs to create/edit vocal tracks e.g. adding lyrics to the melody.

Installation

Prerequisites

  • Node.js (tested with v22)
  • Synthesizer V Studio (tested with V2)

0. Clone this repo

git clone https://github.com/ocadaruma/mcp-svstudio.git

1. Configure Synthesizer V Studio

  • Copy below two files to Synthesizer V Studio scripts folder (On MacOS with V2 Studio, it's ~/Library/Application Support/Dreamtonics/Synthesizer V Studio 2/scripts by default)
    • sv-scripts/StartMCPServerRequestHandler.lua
    • sv-scripts/StopMCPServerRequestHandler.lua
  • Run StartServerRequestHandler on Synthesizer V Studio
    • From Scripts menu > MCP > StartServerRequestHandler
    • ⚠️ Please do this before configuring MCP client. Otherwise, you will get connection issue.

2. Configure MCP client

⚠️ Please run only one MCP server at a time.

Add below config to the MCP server config of your client. (e.g. On MacOS Claude Desktop, it's ~/Library/Application Support/Claude/claude_desktop_config.json by default)

{
  "mcpServers": {
    "SynthesizerVStudioMCP": {
      "command": "/path/to/node",
      "args": [
        "/path/to/mcp-svstudio/dist/index.js"
      ]
    }
  }
}

Example commands

  • Sing something (then "Add harmony track")
  • Create an EDM vocal track
  • Add lyrics to the existing track

Development

Install dependencies:

npm install

Build the server:

npm run build

For development with auto-rebuild:

npm run watch
Share:
Details:
  • Stars


    5
  • Forks


    0
  • Last commit


    3 months ago
  • Repository age


    3 months
  • License


    Apache-2.0
View Repository

Auto-fetched from GitHub .

MCP servers similar to Synthesizer V Studio:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


Synthesizer V Studio: MCP Server – MCP.Bar