🎵 Kokoro Text-to-Audio MCP
Convert text to speech using the Kokoro-82M model
0.5 2
Usage Tips
- Adjust the speed slider to modify the pace of speech
MCP Support
This app supports the Model Context Protocol (MCP), allowing Large Language Models like Claude Desktop to use it as a tool.
To use this app with an MCP client, add the following configuration:
{
"mcpServers": {
"kokoroTTS": {
"url": "https://fdaudens-kokoro-mcp.hf.space/gradio_api/mcp/sse"
}
}
}
Replace your-app-url.hf.space
with your actual Hugging Face Space URL.