Best for
- Claude Code users who want to speak to their coding assistant
- Developers who need hands-free interaction during tasks
- Users who prefer local, private speech processing
VoiceMode is a practical MCP server that adds natural voice interaction to Claude Code. It supports both cloud and local speech processing, with sensible defaults like silence detection. Setup is straightforward via the provided installer, and it is well-suited for hands-free coding workflows. Privacy-conscious users should note that cloud STT/TTS sends audio to third-party servers, while local models require substantial system resources. Overall, it is a mature and actively maintained open-source project.
VoiceMode is an MCP server that brings natural voice conversations to Claude Code and other MCP-capable agents. It provides speech-to-text and text-to-speech via the MCP protocol, with optional local models (Whisper, Kokoro) or cloud services (OpenAI). It features low latency, smart silence detection, and works offline when local services are installed.
{
"mcpServers": {
"voicemode": {
"command": "uvx",
"args": ["--refresh", "--from", "voice-mode", "voicemode-mcp-launcher"]
}
}
}