Skip to main content
Glama

mcp-svstudio

by ocadaruma

合成器 V Studio MCP 服务器

合成器 V AI Vocal Studio 的 MCP 服务器,允许 LLM 创建/编辑声乐曲目,例如在旋律中添加歌词。

安装

先决条件

  • Node.js(已使用 v22 测试)
  • 合成器 V Studio(使用 V2 测试)

0. 克隆此 repo

git clone https://github.com/ocadaruma/mcp-svstudio.git

1. 配置合成器 V Studio

  • 将以下两个文件复制到 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 服务器。

将以下配置添加到客户端的 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.

合成器 V AI Vocal Studio 的 MCP 服务器,允许 LLM 创建/编辑声乐曲目,例如在旋律中添加歌词。

  1. 安装
    1. 先决条件
    2. 克隆此 repo
    3. 配置合成器 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