mcp-tts-voicevox

mcp-tts-voicevox

3.4

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

  1. speak

    Converts text to speech and plays it back.

  2. generate_query

    Generates a query for speech synthesis.

  3. synthesize_file

    Generates an audio file and returns the path.

  4. stop_speaker

    Clears the current speech synthesis queue.

  5. get_speakers

    Retrieves a list of available speakers.