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/scripts
de manera predeterminada)sv-scripts/StartMCPServerRequestHandler.lua
sv-scripts/StopMCPServerRequestHandler.lua
- Ejecute
StartServerRequestHandler
en Synthesizer V Studio- Desde 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)
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:
Construir el servidor:
Para desarrollo con reconstrucción automática:
local-only server
The server can only run on the client's local machine because it depends on local resources.
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.
Related Resources
Related MCP Servers
- -securityFlicense-qualityAn MCP server that allows Claude to interact with local LLMs running in LM Studio, providing access to list models, generate text, and use chat completions through local models.Last updated -8Python
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Linear project management systems, allowing users to retrieve, create, and update issues, projects, and teams through natural language.Last updated -321,06292TypeScriptMIT License
- -securityFlicense-qualityAn MCP server that connects Claude to FL Studio, allowing the AI to compose music, control instruments, and live record melodies, chords, and drums to the piano roll.Last updated -46Python
- -securityAlicense-qualityAn MCP server that enables LLMs to generate spoken audio from text using OpenAI's Text-to-Speech API, supporting various voices, models, and audio formats.Last updated -21JavaScriptMIT License