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.
신디사이저 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 보컬 트랙 만들기
- 기존 트랙에 가사 추가
개발
종속성 설치:
서버를 빌드하세요:
자동 재빌드를 사용한 개발의 경우:
You must be authenticated.
LLM이 멜로디에 가사를 추가하는 등 보컬 트랙을 생성/편집할 수 있는 Synthesizer V AI Vocal Studio용 MCP 서버입니다.