mcp-svstudio
The mcp-svstudio server enables integration of Synthesizer V Studio with LLMs for creating and editing vocal tracks.
Key capabilities:
Get project information about the current Synthesizer V Studio project
List all tracks in the project
Retrieve notes from a specific track
Add new tracks to the project
Add notes to a track, specifying lyrics, pitch, duration, and start time
Edit existing notes, modifying lyrics, timing, and pitch
Hosts the repository for the MCP server code, allowing users to clone and install the integration.
Uses Lua scripts to handle communication between the MCP server and Synthesizer V Studio application.
Supports integration with Synthesizer V Studio on macOS, with specific installation paths and configuration requirements.
Provides the runtime environment for the MCP server, enabling communication between LLMs and Synthesizer V Studio.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-svstudioadd lyrics to this melody track"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 StudioFrom 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"
]
}
}
}Related MCP server: waveform-MCP
Example commands
Sing something (then "Add harmony track")
Create an EDM vocal track
Add lyrics to the existing track
Development
Install dependencies:
npm installBuild the server:
npm run buildFor development with auto-rebuild:
npm run watchMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that connects AI assistants to FL Studio for music production via Virtual MIDI. It enables users to control transport, manage the mixer, write notes, and manipulate plugin parameters through natural language.Last updated1MIT
- Alicense-qualityBmaintenanceAn MCP server that gives an LLM agent control over Tracktion Waveform, enabling it to compose, mix, and render songs through natural language commands.Last updated2MIT
- Alicense-qualityCmaintenanceAn MCP server that gives AI agents the ability to listen to and understand music/audio files, enabling semantic analysis, stem separation, lyrics transcription, and signal processing via tool calls.Last updated1MIT
- Flicense-qualityCmaintenanceMCP server that automates WebGAL game development tasks such as resource management, script editing, documentation lookup, and AI-powered voice generation using LLMs.Last updated541
Related MCP Connectors
MCP server for Producer/Riffusion AI music generation
MCP server for Suno AI music generation, lyrics, and covers
MCP server for Google Veo AI video generation
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ocadaruma/mcp-svstudio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server