신디사이저 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 보컬 트랙 만들기
- 기존 트랙에 가사 추가
개발
종속성 설치:
서버를 빌드하세요:
자동 재빌드를 사용한 개발의 경우:
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 서버입니다.
Related Resources
Related MCP Servers
- -securityFlicense-qualityAn 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 -8Python
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Linear project management systems, allowing users to retrieve, create, and update issues, projects, and teams through natural language.Last updated -321,06292TypeScriptMIT License
- -securityFlicense-qualityAn 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 -46Python
- -securityAlicense-qualityAn 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 -21JavaScriptMIT License