mcp-svstudio
Servidor MCP de Synthesizer V Studio
Servidor MCP para Synthesizer V AI Vocal Studio, que permite a los LLM crear/editar pistas vocales, por ejemplo, añadiendo letras a la melodía.
Instalación
Prerrequisitos
Node.js (probado con v22)
Sintetizador V Studio (probado con V2)
0. Clonar este repositorio
git clone https://github.com/ocadaruma/mcp-svstudio.git
1. Configurar el sintetizador V Studio
Copie los dos archivos siguientes en la carpeta de scripts de Synthesizer V Studio (en MacOS con V2 Studio, es
~/Library/Application Support/Dreamtonics/Synthesizer V Studio 2/scriptsde manera predeterminada)sv-scripts/StartMCPServerRequestHandler.luasv-scripts/StopMCPServerRequestHandler.lua
Ejecute
StartServerRequestHandleren Synthesizer V StudioDesde el menú Scripts > MCP > StartServerRequestHandler
⚠️ Por favor, haga esto antes de configurar el cliente MCP. De lo contrario, tendrá problemas de conexión.
2. Configurar el cliente MCP
⚠️ Ejecute solo un servidor MCP a la vez.
Agregue la siguiente configuración a la configuración del servidor MCP de su cliente. (por ejemplo, en MacOS Claude Desktop, es ~/Library/Application Support/Claude/claude_desktop_config.json de manera predeterminada)
{
"mcpServers": {
"SynthesizerVStudioMCP": {
"command": "/path/to/node",
"args": [
"/path/to/mcp-svstudio/dist/index.js"
]
}
}
}Related MCP server: waveform-MCP
Comandos de ejemplo
Canta algo (luego "Agrega pista de armonía")
Crear una pista vocal EDM
Agregar letra a la pista existente
Desarrollo
Instalar dependencias:
npm installConstruir el servidor:
npm run buildPara desarrollo con reconstrucción automática:
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
- AlicenseNot gradedqualityDmaintenanceAn 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.1MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that gives an LLM agent control over Tracktion Waveform, enabling it to compose, mix, and render songs through natural language commands.5MIT
- FlicenseNot gradedqualityCmaintenanceA local MCP server that enables AI agents to control Synthesizer V Studio 1.x via its Lua scripting API.1
- FlicenseAqualityBmaintenanceAn MCP server for Synthesizer V Studio 2 Pro on macOS that enables AI-driven composition and lyric input, including melody creation, lyric flowing, and phoneme tuning.16
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