mcp-svstudio

Apache 2.0
  • Apple

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です)

{ "mcpServers": { "SynthesizerVStudioMCP": { "command": "/path/to/node", "args": [ "/path/to/mcp-svstudio/dist/index.js" ] } } }

コマンド例

  • 何かを歌う(その後「ハーモニートラックを追加」)
  • EDMボーカルトラックを作成する
  • 既存のトラックに歌詞を追加する

発達

依存関係をインストールします:

npm install

サーバーを構築します。

npm run build

自動リビルドを使用した開発の場合:

npm run watch

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Synthesizer V AI Vocal Studio 用の MCP サーバー。これにより、LLM はボーカル トラックを作成/編集でき、たとえばメロディーに歌詞を追加できます。

  1. Installation
    1. Prerequisites
    2. 0. Clone this repo
    3. 1. Configure Synthesizer V Studio
    4. 2. Configure MCP client
  2. Example commands
    1. Development
      ID: bm67u9m0ww