Zonos MCP Integration
@PhialsBasement
Zonos MCP Integration について
MCP server that allows Claude to have a voice.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"Zonos-TTS-MCP": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@PhialsBasement/zonos-tts-mcp",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Zonos MCP Integration?
A Model Context Protocol integration for Zonos TTS that allows Claude to generate speech directly. It acts as a bridge between an AI assistant (Claude) and a running Zonos API instance, enabling text-to-speech playback on the user's machine.
How to use Zonos MCP Integration?
Install via Smithery (npx -y @smithery/cli install @PhialsBasement/zonos-tts-mcp --client claude) or manually by cloning the repo and adding the server to Claude's MCP config. Once configured, Claude automatically exposes a speak_response tool that accepts text (required), language (optional, defaults to en-us), and emotion (optional: neutral, happy, sad, angry).
Key features of Zonos MCP Integration
- Text-to-speech generation through Claude
- Multiple emotion support (neutral, happy, sad, angry)
- Multi-language support
- Proper audio playback via PulseAudio
Use cases of Zonos MCP Integration
- Giving Claude a spoken voice for interactive demos or voice assistants
- Generating audio narration from Claude's text responses
- Adding emotion and language variety to AI-generated speech
FAQ from Zonos MCP Integration
What are the system requirements?
Node.js, a running instance of Zonos API (PhialsBasement/zonos-api), PulseAudio properly configured, and a working audio output device.
How do I manually install Zonos MCP Integration?
Clone the repo, install dependencies (npm install @modelcontextprotocol/sdk axios), build (npm run build), and add the server to Claude's config file under mcpServers with command node and args pointing to dist/server.js.
How do I use it with Claude?
After configuration, Claude automatically knows how to use the speak_response tool. Provide the text you want spoken, optionally specify language and emotion.
Does Zonos MCP Integration work without a Zonos API server?
No, the MCP server requires a running Zonos API instance (PhialsBasement/zonos-api) to function. Both servers must be running simultaneously.
「その他」の他のコンテンツ
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
コメント