ocadaruma
MCP Serverocadarumapublic

mcp svstudio

为 Synthesizer V Studio 提供的 MCP 服务器,允许 LLM 创建或编辑人声轨道。

Repository Info

5
Stars
0
Forks
5
Watchers
0
Issues
Lua
Language
Apache License 2.0
License

About This Server

为 Synthesizer V Studio 提供的 MCP 服务器,允许 LLM 创建或编辑人声轨道。

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

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")
    • Demo
  • 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

Quick Start

1

Clone the repository

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

Install dependencies

cd mcp-svstudio
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerocadaruma
Repomcp-svstudio
LanguageLua
LicenseApache License 2.0
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation