- Explore MCP Servers
- mcp-svstudio
Mcp Svstudio
What is Mcp Svstudio
mcp-svstudio is an MCP server designed for Synthesizer V, an AI Vocal Studio that enables users to create and edit vocal tracks, including adding lyrics to melodies.
Use cases
Use cases for mcp-svstudio include generating vocal tracks for songs, enhancing existing tracks with harmonies, and creating vocal samples for music projects.
How to use
To use mcp-svstudio, clone the repository, configure Synthesizer V Studio by copying specific script files, start the MCP server within Synthesizer V Studio, and then configure the MCP client to connect to the server.
Key features
Key features include the ability to add harmony tracks, create EDM vocal tracks, and integrate lyrics into existing tracks, all facilitated through a user-friendly interface.
Where to use
mcp-svstudio can be used in music production, particularly in genres that require vocal synthesis and editing, such as pop, EDM, and other electronic music styles.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Svstudio
mcp-svstudio is an MCP server designed for Synthesizer V, an AI Vocal Studio that enables users to create and edit vocal tracks, including adding lyrics to melodies.
Use cases
Use cases for mcp-svstudio include generating vocal tracks for songs, enhancing existing tracks with harmonies, and creating vocal samples for music projects.
How to use
To use mcp-svstudio, clone the repository, configure Synthesizer V Studio by copying specific script files, start the MCP server within Synthesizer V Studio, and then configure the MCP client to connect to the server.
Key features
Key features include the ability to add harmony tracks, create EDM vocal tracks, and integrate lyrics into existing tracks, all facilitated through a user-friendly interface.
Where to use
mcp-svstudio can be used in music production, particularly in genres that require vocal synthesis and editing, such as pop, EDM, and other electronic music styles.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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/scriptsby default)sv-scripts/StartMCPServerRequestHandler.luasv-scripts/StopMCPServerRequestHandler.lua
- Run
StartServerRequestHandleron 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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










