코코로 TTS MCP 서버
Kokoro TTS 엔진을 사용하여 텍스트-음성 변환 기능을 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 MCP 도구를 통해 TTS 기능을 제공하므로, 음성 합성 기능을 애플리케이션에 쉽게 통합할 수 있습니다.
필수 조건
Python 3.10 이상
uv
패키지 관리자
설치
먼저,
uv
패키지 관리자를 설치하세요.
지엑스피1
이 저장소를 복제하고 종속성을 설치하세요.
특징
사용자 정의 가능한 음성을 사용한 텍스트-음성 합성
조절 가능한 음성 속도
오디오를 파일에 저장하거나 직접 재생하는 기능 지원
크로스 플랫폼 오디오 재생 지원(Windows, macOS, Linux)
용법
서버는 다음 매개변수를 포함하는 단일 MCP 도구 generate_speech
제공합니다.
text
(필수): 음성으로 변환할 텍스트voice
(선택 사항): 합성에 사용할 음성(기본값: "af_heart")speed
(선택 사항): 음성 속도 배수(기본값: 1.0)save_path
(선택 사항): 오디오 파일을 저장할 디렉토리play_audio
(선택 사항): 오디오를 즉시 재생할지 여부(기본값: False)
사용 예
종속성
코코로 >= 0.8.4
mcp[cli] >= 1.3.0
사운드파일 >= 0.13.1
플랫폼 지원
오디오 재생은 다음에서 지원됩니다.
Windows(
start
사용)macOS(
afplay
사용)Linux(
aplay
사용)
MCP 구성
MCP 설정 파일에 다음 구성을 추가하세요.
특허
[여기에 라이센스 정보를 추가하세요]
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
모델 컨텍스트 프로토콜을 통해 텍스트-음성 변환 기능을 제공하여 애플리케이션이 사용자 정의 음성, 조절 가능한 음성 속도 및 크로스 플랫폼 오디오 재생 지원 기능을 갖춘 음성 합성을 쉽게 통합할 수 있습니다.
Related Resources
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that integrates high-quality text-to-speech capabilities with Claude Desktop and other MCP-compatible clients, supporting multiple voice options and audio formats.Last updated -01MIT License
- -securityFlicense-qualityEnables seamless integration with Typecast API through the Model Context Protocol, allowing clients to manage voices, convert text to speech, and play audio in a standardized way.Last updated -2
Gladia MCPofficial
-securityAlicense-qualityOfficial Model Context Protocol server that enables interaction with powerful Speech-to-Text and Audio Intelligence APIs, allowing clients like Claude Desktop to transcribe audio, analyze speech, translate content, and more.- -securityAlicense-qualityA Model Context Protocol server that enables developers to integrate advanced text-to-speech and video translation capabilities into their applications through simple API calls.