voicemode

voicemode

Have natural conversations with Claude Code via voice

MCPDevOpen source
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 1.2k
Source
mcp-github

Overview

VoiceMode is an MCP server that enables AI to engage in natural voice conversations with users. It supports offline use and delivers low-latency real-time responses. Ideal for scenarios where typing isn't possible, such as walking, cooking, or resting your eyes. Available via the Claude Code plugin or Python package installation.

Capabilities

  • Natural voice conversation
  • Offline operation
  • Low-latency response
  • Intelligent noise detection
  • Privacy options

Use cases

Converse with AI while walkingDebug code while cookingTake a break from screen timeInteract with AI when hands are busy

Setup

Requires: 麦克风和扬声器Node 环境Python 3.10-3.14
Via Claude Code plugin:
```bash
claude plugin marketplace add mbailey/voicemode
claude plugin install voicemode@voicemode
/voicemode:install
/voicemode:converse
```
Via Python package:
```bash
curl -LsSf https://astral.sh/uv/install.sh | sh
uvx voice-mode-install
claude mcp add --scope user voicemode -- uvx --refresh --from voice-mode voicemode-mcp-launcher
```

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

Check terminal/app permissions; WSL2 requires the pulseaudio package.

Check terminal/app permissions; WSL2 requires the pulseaudio package.

Verify that OPENAI_API_KEY is correctly set.

Verify that OPENAI_API_KEY is correctly set.

Related skills