Home › Design & Media › voicemode
voicemode
Natural voice conversations for AI assistants - STT/TTS via MCP
Topics: Text-to-Speech
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 8.12.0)
uvx voice-mode
Or add to your MCP client config:
{
"mcpServers": {
"voicemode": {
"command": "uvx",
"args": [
"voice-mode"
],
"env": {
"OPENAI_API_KEY": "<YOUR_VALUE>",
"VOICEMODE_DEBUG": "<YOUR_VALUE>",
"VOICEMODE_SKIP_TTS": "<YOUR_VALUE>",
"VOICEMODE_PREFER_LOCAL": "<YOUR_VALUE>",
"VOICEMODE_AUDIO_FORMAT": "<YOUR_VALUE>",
"VOICEMODE_WHISPER_MODEL": "<YOUR_VALUE>",
"VOICEMODE_DISABLE_SILENCE_DETECTION": "<YOUR_VALUE>"
}
}
}
}
OPENAI_API_KEYsecret — OpenAI API key for cloud-based STT/TTS (optional - local services can be installed)VOICEMODE_DEBUG— Enable debug mode with detailed logging (true/false)VOICEMODE_SKIP_TTS— Skip TTS and show text only for faster response (true/false)VOICEMODE_PREFER_LOCAL— Prefer local services over cloud when available (true/false, default: true)VOICEMODE_AUDIO_FORMAT— Audio format: pcm, mp3, wav, flac, aac, opus (default: pcm)VOICEMODE_WHISPER_MODEL— Whisper model: tiny, base, small, medium, large (default: base)VOICEMODE_DISABLE_SILENCE_DETECTION— Disable silence detection for continuous recording (true/false)
Related servers
kokoro-tts-mcp
MCP Server that uses the open weight Kokoro TTS models to convert text-to-speech. Can convert text to MP3 on a local driver or auto-upload…
loudkit
Local text-to-speech from an on-device model: 28 voices in 10 languages, plus voice profiles cloned with the loudkit CLI. Tools…
claude-code-tts
MCP server plugin for Claude Code that converts text to speech using OpenAI's TTS API. Features 6 voices, worker pool architecture,…
daisys-mcp
Generate high-quality text-to-speech and text-to-voice outputs using the [DAISYS](https://www.daisys.ai/) platform and make it able to…
mcp-transcribe
MCP-Transcribe server allows LLMs to interact with the text content of audio/video files
brainiall-mcp-server
AI-powered speech tools: pronunciation assessment with phoneme-level feedback, speech-to-text with language detection, and text-to-speech…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry