ToGaV2/MCP-TTS-Kokoro
3.1
If you are the rightful owner of MCP-TTS-Kokoro 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.
MCP-TTS-Kokoro is a server application that converts English text into speech using the Kokoro TTS engine, designed to be lightweight and efficient.
MCP-TTS-Kokoro
A MCP Server built on Gradio that transforms English Text into Sound (TTS) English Text as
Features:
- Light enough to run on Apple M1 silicone
- Generate public URL via Gradio Share
- Uses SSE MCP communication standard
Options:
- Female or Male Voice
- Voice speed from 0.5 to 1.5
To install:
- clone repo
- install requirements (pip install -r 'requirements.txt')
- run program (cd to folder and then python app.py)
Notes:
- Built and tested on Python 3.12
- Built on the Kokoro TTS engine: https://github.com/hexgrad/kokoro