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”)
- 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
Synthesizer V Studio
Project Details
- ocadaruma/mcp-svstudio
- Apache License 2.0
- Last Updated: 4/2/2025
Recomended MCP Servers
MCP Server for Interacting with Cube Semantic Layers
Dappier MCP server connects any AI to proprietary, real-time data — including web search, news, sports, stock market...
An AWS Serverless Application Model that operates as an MCP server via serverless AWS resources
MCP server for SecretiveShell/Awesome-llms-txt. Add documentation directly into your conversation via MCP resources.
🐍 ☁️ An MCP server for listing and trading tokens on KaiaFun and interacting with the Kaia blockchain
Model Context Protocol (MCP) server that provides weather information from Malaysia Government's Open API
Application for SEO automation and AI-powered optimization
MCP server for accessing YouTube Watch Later playlist
MCP Server for Frontend dev environment (formerly known as vite-mcp-server)





