合成器 V Studio MCP 服务器
合成器 V AI Vocal Studio 的 MCP 服务器,允许 LLM 创建/编辑声乐曲目,例如在旋律中添加歌词。
安装
先决条件
Node.js(已使用 v22 测试)
合成器 V Studio(使用 V2 测试)
0. 克隆此 repo
git clone https://github.com/ocadaruma/mcp-svstudio.git
1. 配置合成器 V Studio
将以下两个文件复制到 Synthesizer V Studio 脚本文件夹(在装有 V2 Studio 的 MacOS 上,默认位置为
~/Library/Application Support/Dreamtonics/Synthesizer V Studio 2/scripts
)sv-scripts/StartMCPServerRequestHandler.lua
sv-scripts/StopMCPServerRequestHandler.lua
在 Synthesizer V Studio 上运行
StartServerRequestHandler
从脚本菜单 > MCP > StartServerRequestHandler
⚠️ 请在配置 MCP 客户端之前执行此操作。否则,您将遇到连接问题。
2. 配置MCP客户端
⚠️ 请一次只运行一个 MCP 服务器。
将以下配置添加到客户端的 MCP 服务器配置中。(例如,在 MacOS Claude Desktop 上,默认为~/Library/Application Support/Claude/claude_desktop_config.json
)
示例命令
唱点什么(然后“添加和声曲目”)
创建 EDM 人声曲目
为现有曲目添加歌词
发展
安装依赖项:
构建服务器:
对于使用自动重建的开发:
local-only server
The server can only run on the client's local machine because it depends on local resources.
合成器 V AI Vocal Studio 的 MCP 服务器,允许 LLM 创建/编辑声乐曲目,例如在旋律中添加歌词。
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 -10
- 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 -42507104MIT 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 -56
- -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 -01MIT License