Kokoro TTS
Summary
Kokoro TTS MCP is a server that converts text to speech using the Kokoro TTS engine, generating MP3 files with optional S3 upload capabilities. The implementation provides a robust text-to-speech service with configurable voices, speech speed, and language options, while handling file management through local storage or cloud integration. Built with fallback mechanisms for when the primary TTS engine is unavailable, it includes features like automatic cleanup of old files and markdown text preprocessing. This server is particularly valuable for applications requiring high-quality voice synthesis without leaving the AI assistant interface, such as content creation, accessibility tools, or voice-enabled applications.
Available Actions(5)
send_tts_request
Send a text-to-speech request to the server. Parameters: text (string), voice (optional string), speed (optional float), no_s3 (optional boolean)
read_text_from_file
Read text from a specified file and send it to the TTS server. Parameters: file (string)
customize_voice_and_speed
Send a TTS request with customized voice and speed settings. Parameters: text (string), voice (string), speed (float)
disable_s3_upload
Send a TTS request without uploading the MP3 file to S3. Parameters: text (string), no_s3 (boolean)
show_help
Display the command-line options and usage for the TTS client.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论