Skip to main content
Glama

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"
      ]
    }
  }
}

Related MCP server: Linear

コマンド例

  • 何かを歌う(その後「ハーモニートラックを追加」)

  • EDMボーカルトラックを作成する

  • 既存のトラックに歌詞を追加する

発達

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

npm install

サーバーを構築します。

npm run build

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

npm run watch
Install Server
A
license - permissive license
B
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ocadaruma/mcp-svstudio'

If you have feedback or need assistance with the MCP directory API, please join our Discord server