com.kurdishtts/kurdish-tts-stt
com.kurdishtts/kurdish-tts-sttKurdish (Sorani & Kurmanji) text-to-speech & speech-to-text — 664 AI voices. API key required.
Tools · 5
List the supported Kurdish dialects and their scripts. Static capability descriptor — costs nothing.
List available Kurdish text-to-speech voices. Returns speaker ids (e.g. sorani_1, kurmanji_236) to use with synthesize_speech. Free metadata call — no credits consumed.
Convert Kurdish text (Sorani or Kurmanji) to speech audio. Requires a TTS API key; characters are billed against your plan. Max 600 characters per call over MCP — for longer texts call POST https://ww…
Transcribe Kurdish audio (Sorani or Kurmanji) to text. Requires an STT API key; usage is metered per audio minute against your plan. Max 4MB of decoded audio over MCP — for larger files call POST http…
Start a live streaming speech-to-text session. WARNING: calling this immediately consumes one streaming session from your STT plan quota — only call it when you are ready to connect. Returns a websock…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.kurdishtts/kurdish-tts-stt": {
"url": "https://www.kurdishtts.com/api/mcp",
"transport": "streamable-http"
}
}
}