一键导入
一键导入
| name | converse |
| description | Start an ongoing voice conversation |
Start an ongoing voice conversation with the user using the voicemode:converse MCP tool.
Call the voicemode:converse MCP tool. Argument handling:
$1 — optional voice name (e.g. af_river, samantha, nova). If non-empty, pass it as the voice parameter to the tool. If empty, omit voice so the tool uses its default.$2 — optional initial message. If non-empty, use it as the message to speak. If empty, let the tool / Claude choose an appropriate opener.All other parameters have sensible defaults.
/voicemode:converse — no args, default voice, Claude chooses opener/voicemode:converse af_river — use voice af_river, Claude chooses opener/voicemode:converse af_river "let's plan the day" — use voice af_river, open with the given messageIf $1 is provided but doesn't look like a known voice name (e.g. it contains spaces or punctuation that voices don't have), assume the user meant it as a message and pass it as the message instead — don't fail silently on a typo.
If the MCP server isn't connected or the tool isn't available:
Run the install command:
/voicemode:install
This installs VoiceMode CLI, FFmpeg, and local voice services.
Or install manually via CLI:
uvx voice-mode-install --yes
voicemode whisper service install
voicemode kokoro install
Check service status:
voicemode whisper service status
voicemode kokoro status
Reconnect MCP server after install:
Run /mcp, select voicemode, click "Reconnect" (or restart Claude Code)
For complete documentation, load the voicemode skill.
Voice interaction for Claude Code. Use when users mention voice mode, speak, talk, converse, voice status, or voice troubleshooting.
Add and use custom voices for VoiceMode TTS via local mlx-audio. Use when the user wants to clone a voice, do an impression, add a reference clip, or use voice="<name>" in converse.
Remote voice via VoiceMode Connect. Use when users want to add voice to Claude Code using their phone or web app, without local STT/TTS setup.
Background music control for VoiceMode voice sessions using mpv