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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Send a Text-to-Speech (TTS) request to the server with the text to be converted. Parameters: text (string)
Send a TTS request to the server by reading text from a specified file. Parameters: file (string)
Send a TTS request while customizing the voice and speed of the speech. Parameters: text (string), voice (optional string), speed (optional float)
Send a TTS request to the server and disable S3 upload for that request. Parameters: text (string)
Display command-line options for the TTS client.