mcp-tts-voicevox
If you are the rightful owner of mcp-tts-voicevox and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
VOICEVOX を使用した音声合成 MCP サーバー
MCP TTS VOICEVOX is a server that utilizes the VOICEVOX engine for text-to-speech synthesis. It supports multiple features such as queue management, prefetching for smooth playback, and cross-platform compatibility with Windows and macOS. The server can communicate using standard input/output for MCP protocol, making it suitable for applications like Claude Desktop. It also supports real-time interactive voice playback through Server-Sent Events (SSE) and StreamableHTTP for fast synthesis. The server can handle multiple speakers and automatically split long texts for stable synthesis. An independent client library, `@kajidog/voicevox-client`, is available for direct communication with the VOICEVOX engine.
Features
- Queue management for efficient processing of multiple synthesis requests
- Prefetching for smooth playback by generating the next audio in advance
- Cross-platform compatibility with Windows and macOS
- Support for standard input/output communication for MCP protocol
- Real-time interactive voice playback using Server-Sent Events (SSE)
Tools
speak
Converts text to speech and plays it back.
generate_query
Generates a query for speech synthesis.
synthesize_file
Generates an audio file and returns the path.
stop_speaker
Clears the current speech synthesis queue.
get_speakers
Retrieves a list of available speakers.