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.