Integrations
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.
Synthesizer V Studio MCP サーバー
Synthesizer V AI Vocal Studio 用の MCP サーバー。これにより、LLM はボーカル トラックを作成/編集でき、たとえばメロディーに歌詞を追加できます。
インストール
前提条件
- Node.js (v22でテスト済み)
- Synthesizer V Studio (V2でテスト済み)
0. このリポジトリをクローンする
git clone https://github.com/ocadaruma/mcp-svstudio.git
1. Synthesizer V Studio を設定する
- 以下の 2 つのファイルを 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 サーバーは 1 つだけです。
以下の設定をクライアントの MCP サーバー設定に追加します。(例: MacOS Claude Desktop の場合、デフォルトでは~/Library/Application Support/Claude/claude_desktop_config.json
です)
コマンド例
- 何かを歌う(その後「ハーモニートラックを追加」)
- EDMボーカルトラックを作成する
- 既存のトラックに歌詞を追加する
発達
依存関係をインストールします:
サーバーを構築します。
自動リビルドを使用した開発の場合:
You must be authenticated.
Synthesizer V AI Vocal Studio 用の MCP サーバー。これにより、LLM はボーカル トラックを作成/編集でき、たとえばメロディーに歌詞を追加できます。