Voice Mode
Rank #185dev.voicemode/voicemode
Natural voice conversations for AI assistants that brings human-like voice interactions to Claude, ChatGPT, and other LLMs through the Model Context Protocol (MCP).
Voice Mode is a Model Context Protocol (MCP) server published by mbailey. It ranks #185 of 81,607 servers tracked on MCP Toplist, and its repository has 1,289 GitHub stars. Voice Mode is listed across 3 registries — Official MCP, Glama and PulseMCP, with 4 tracked versions. It was first listed on Jun 9, 2025 and most recently updated on Jul 21, 2026.
Ranks ahead of 81,422 of 81,607 servers on MCP Toplist.
Use Voice Mode
Add Voice Mode to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"voicemode": {
"command": "uvx",
"args": [
"voice-mode"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"VOICEMODE_DEBUG": "<your VOICEMODE_DEBUG>",
"VOICEMODE_SKIP_TTS": "<your VOICEMODE_SKIP_TTS>",
"VOICEMODE_PREFER_LOCAL": "<your VOICEMODE_PREFER_LOCAL>",
"VOICEMODE_AUDIO_FORMAT": "<your VOICEMODE_AUDIO_FORMAT>",
"VOICEMODE_WHISPER_MODEL": "<your VOICEMODE_WHISPER_MODEL>",
"VOICEMODE_DISABLE_SILENCE_DETECTION": "<your VOICEMODE_DISABLE_SILENCE_DETECTION>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.voicemode%2Fvoicemode)<a href="https://mcptoplist.com/server/dev.voicemode%2Fvoicemode"><img src="https://mcptoplist.com/badge/dev.voicemode%2Fvoicemode.svg" alt="MCP Toplist: Top 1% of 81,607" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
mbailey
Available versions (4)
| Version | Published |
|---|---|
| 8.12.0 | Jul 21, 2026 |
| 8.11.0 | Jul 10, 2026 |
| 8.10.2 | Jun 26, 2026 |
| 8.10.1 | Jun 25, 2026 |
Frequently asked questions
- Who maintains Voice Mode?
- Voice Mode is maintained by mbailey, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Voice Mode listed on the Official MCP Registry?
- Yes — Voice Mode is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Voice Mode have?
- MCP Toplist tracks 4 versions of Voice Mode, most recently published on Jul 21, 2026.
- Where can I find the source code for Voice Mode?
- The source code for Voice Mode is hosted at github.com/mbailey/voicemode.