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.
local-only server
The server can only run on the client's local machine because it depends on local resources.
Synthesizer V AI Vocal Studio 用の MCP サーバー。これにより、LLM はボーカル トラックを作成/編集でき、たとえばメロディーに歌詞を追加できます。
Related Resources
Related MCP Servers
- -securityAlicense-qualityMCP server for toolhouse.ai. This does not rely on an external llm unlike the official server.Last updated -1PythonMIT License
- -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 -Python
- -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 -8Python
- -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 -41JavaScriptMIT License