Skip to main content
Glama

mcp-svstudio

by ocadaruma

신디사이저 V 스튜디오 MCP 서버

LLM이 멜로디에 가사를 추가하는 등 보컬 트랙을 생성/편집할 수 있는 Synthesizer V AI Vocal Studio용 MCP 서버입니다.

설치

필수 조건

  • Node.js(v22로 테스트됨)
  • Synthesizer V Studio(V2로 테스트됨)

0. 이 저장소를 복제합니다.

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

1. Synthesizer 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 입니다.)

지엑스피1

예제 명령

  • 무언가를 부르세요(그런 다음 "하모니 트랙 추가")
  • 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.

LLM이 멜로디에 가사를 추가하는 등 보컬 트랙을 생성/편집할 수 있는 Synthesizer V AI Vocal Studio용 MCP 서버입니다.

  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