Skip to main content
Glama

mcp-svstudio

by ocadaruma

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

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 はボーカル トラックを作成/編集でき、たとえばメロディーに歌詞を追加できます。

  1. インストール
    1. 前提条件
    2. このリポジトリをクローンする
    3. Synthesizer V Studio を設定する
    4. MCPクライアントを構成する
  2. コマンド例
    1. 発達

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        MCP server for toolhouse.ai. This does not rely on an external llm unlike the official server.
        Last updated -
        1
        Python
        MIT License
      • -
        security
        F
        license
        -
        quality
        An 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
      • -
        security
        F
        license
        -
        quality
        An 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 -
        8
        Python
        • Apple
      • -
        security
        A
        license
        -
        quality
        An 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 -
        4
        1
        JavaScript
        MIT License

      View all related MCP servers

      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