Text to Speech API
io.github.Br0ski777/text-to-speechConvert text to MP3 speech audio in 50+ languages. x402 micropayment.
Tools · 1
Use this when you need to convert text to speech audio. Returns base64-encoded MP3 audio in JSON. Returns: 1. audio (base64 MP3 data) 2. language used 3. textLength (character count) 4. durationEstim…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"text_to_speech_api": {
"url": "https://text-to-speech-production-0f12.up.railway.app/mcp",
"transport": "sse"
}
}
}