MCP Servers / other / Text-to-Speech (TTS)

Text-to-Speech (TTS)

JSON →
httpnone59other

A Text-to-Speech server supporting multiple backends like macOS say, ElevenLabs, Google Gemini, and OpenAI TTS.

Install
How to run this server
[ { "cmd": "npx skills", "imports": [] } ]
server path: text-to-speech-tts
Tools
What this server exposes
say_tts
Uses the macOS `say` binary to speak the text with built-in system voices
elevenlabs_tts
Uses the ElevenLabs text-to-speech API to speak the text with premium AI voices
google_tts
Uses Google's Gemini TTS models to speak the text with 30 high-quality voices
openai_tts
Uses OpenAI's Text-to-Speech API to speak the text with 10 natural-sounding voices
Configuration
Environment & auth
authnone
envELEVENLABS_API_KEY
envELEVENLABS_VOICE_ID
envGOOGLE_AI_API_KEY
envOPENAI_API_KEY
envGEMINI_API_KEY
Resources
Text-to-Speech (TTS) — MCP Server · libregistry