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.
Quick Start
Clone the repository:
git clone https://github.com/mberg/kokoro-tts-mcpClaude Desktop configuration example:
{
"mcpServers": {
"kokoro-tts-mcp": {
"command": "npx",
"args": [
"-y",
"mberg/kokoro-tts-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.