Zonos TTS MCP Server
Zonos MCP 통합
Claude가 직접 음성을 생성할 수 있도록 하는 Zonos TTS에 대한 모델 컨텍스트 프로토콜 통합.
설정
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 Zonos TTS 통합을 자동으로 설치하려면:
지엑스피1
수동 설치
API 구현( PhialsBasement/zonos-api )을 사용하여 Zonos가 실행되고 있는지 확인하세요.
종속성 설치:
npm install @modelcontextprotocol/sdk axiosPulseAudio 액세스 구성:
# Your pulse audio should be properly configured for audio playback
# The MCP server will automatically try to connect to your pulse serverMCP 서버를 빌드합니다.
npm run build
# This will create the dist folder with the compiled serverClaude의 구성 파일에 추가: Claude 구성 파일(일반적으로
~/.config/claude/config.json)을 편집하고mcpServers섹션에 다음을 추가합니다.
"zonos-tts": {
"command": "node",
"args": [
"/path/to/your/zonos-mcp/dist/server.js"
]
}/path/to/your/zonos-mcp MCP 서버를 설치한 실제 경로로 바꾸세요.
Related MCP server: ElevenLabs MCP Server
Claude와 함께 사용
Claude는 speak_response 도구를 구성한 후 자동으로 사용 방법을 알게 됩니다.
speak_response(
text="Your text here",
language="en-us", # optional, defaults to en-us
emotion="happy" # optional: "neutral", "happy", "sad", "angry"
)특징
Claude를 통한 텍스트 음성 변환
다양한 감정 지원
다국어 지원
PulseAudio를 통한 적절한 오디오 재생
요구 사항
노드.js
PulseAudio 설정
Zonos API 인스턴스 실행(PhialsBasement/zonos-api)
작동하는 오디오 출력 장치
노트
Zonos API 서버와 이 MCP 서버가 모두 실행 중인지 확인하세요.
오디오 재생에는 적절한 PulseAudio 구성이 필요합니다.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseDqualityCmaintenanceProvides text-to-speech capabilities through the Model Context Protocol, allowing applications to easily integrate speech synthesis with customizable voices, adjustable speech speed, and cross-platform audio playback support.110MIT
- AlicenseNot gradedqualityDmaintenanceOfficial ElevenLabs Model Context Protocol server that enables AI assistants like Claude to interact with Text to Speech and audio processing APIs, allowing them to generate speech, clone voices, transcribe audio, and create soundscapes.1MIT
- AlicenseNot gradedqualityDmaintenanceEnables voice-based interactions with Claude by converting text to speech using Kokoro TTS and transcribing user responses using NVIDIA NeMo ASR, creating interactive voice dialogues.MIT
- AlicenseNot gradedqualityDmaintenanceProvides text-to-speech generation using the Kokoro-82M model, enabling AI assistants to generate voiceovers and audio content directly within Claude Desktop and Cursor.14Apache 2.0
Related MCP Connectors
Generate AI images, video, speech, music and presentations from Claude, ChatGPT and Cursor.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/PhialsBasement/Zonos-TTS-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server