Text-to-speech with multiple providers
macOS say, ElevenLabs, Google Gemini TTS, and OpenAI TTS. Multiple voice options.
{
"mcpServers": {
"tts-multi": {
"mcpServers": {
"tts": {
"env": {
"OPENAI_API_KEY": "YOUR_KEY",
"ELEVENLABS_API_KEY": "YOUR_KEY"
},
"args": [
"-y",
"mcp-tts"
],
"command": "npx"
}
}
}
}
}