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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Converts text to speech. Parameters: text (required string), voice (optional string, default: 'af_heart'), speed (optional float, default: 1.0), save_path (optional string), play_audio (optional boolean, default: False)