This MCP server implementation provides text-to-speech capabilities using the Kokoro TTS engine. It exposes a single tool for generating speech from text, with options for customizing voice, speed, and output format. The server supports cross-platform audio playback and can save generated audio to files, making it useful for applications requiring high-quality speech synthesis.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Generates speech from the provided text. Parameters: text (required), voice (optional), speed (optional), save_path (optional), play_audio (optional)