MCP Directory
Back

voicemode

by mbailey · Python · ★ 1,243

Natural voice conversations with Claude Code

#anthropic#asr#claude#claudecode#kokoro#livekit#mcp#mcp-server#tts#voice#voicemode#whisper

Install

pip install git+https://github.com/mbailey/voicemode.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "voicemode": {
      "command": "uvx",
      "args": [
        "git+https://github.com/mbailey/voicemode.git"
      ]
    }
  }
}

From the README

> Natural voice conversations with Claude Code (and other MCP capable agents) [](https://pepy.tech/project/voice-mode) [](https://pepy.tech/project/voice-mode) [](https://pepy.tech/project/voice-mode) VoiceMode enables natural voice conversations with Claude Code. Voice isn't about replacing typing - it's about being available when typing isn't. **Perfect for:** - Walking to your next meeting - Cooking while debugging - Giving your eyes a break after hours of screen time - Holding a coffee (or a dog) - Any moment when your hands or eyes are busy [](https://www.youtube.com/watch?v=cYdwOD_-…
Read full README on GitHub →

Related ai & ml servers