text-to-speech
Kokoro Tts Mcp
MCP Server that uses the open weight Kokoro TTS models to convert text-to-speech. Can convert text to MP3 on a local driver or auto-upload to an S3 bucket.
python
local
text-to-speech
Installation
npx -y mberg/kokoro-tts-mcpConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "kokoro-tts-mcp",
"command": "npx",
"args": [
"-y",
"mberg/kokoro-tts-mcp"
]
}About This MCP Server
mberg/kokoro-tts-mcp
MCP Server that uses the open weight Kokoro TTS models to convert text-to-speech. Can convert text to MP3 on a local driver or auto-upload to an S3 bucket.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub