Back to MCP Servers
Kokoro Tts
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.
text-to-speech
By mberg
Installation
npx -y kokoro-tts-mcpConfiguration
{
"mcpServers": {
"kokoro-tts-mcp": {
"command": "npx",
"args": ["-y", "kokoro-tts-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes