Voicemode MCP Server

VoiceMode enables natural voice conversations with Claude Code. Voice isn't about replacing typing - it's about being available when typing isn't. It runs locally over stdio via the published package.

People connecting media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-09 · ★ 1,337 · #3 OF 155 MAINTAINED MEDIA · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Voicemode

before you install - you'll need

Set OPENAI_API_KEY, VOICEMODE_SAVE_AUDIO before connecting.

Claude Code

claude mcp add mbailey-voicemode -- uvx voice-mode

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "mbailey-voicemode": {
      "command": "uvx",
      "args": [
        "voice-mode"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package voice-mode - check the name against the project README before installing (PyPI has no namespace ownership)

registry vendor namespace dev.voicemode - domain-verified with the official MCP registry

03 · What Voicemode can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v8.12.0 · 2026-07-21

Fixed · Cancelling voice no longer kills your session (VM-2015) · Pressing ESC during a voice call used to leave everything broken behind you. · This one has been with us for months and survived an earlier attempt at a…

v8.11.0 · 2026-07-10

Added · Native Windows support - no WSL required (#232) · The MCP server, converse, and the CLI now run natively on Windows 11: portable file · locking (voice_mode/file_lock.py), safe PID liveness probes via psutil, a…

v8.10.2 · 2026-06-26

Security · Closed an OS command-injection sink in voicemode config set / update_config (GHSA-h97v-r3jw-cf6f, VM-1679) - A configuration value written via the config tools was stored in ~/.voicemode/voicemode.env…

04 · Who maintains Voicemode

voicemode is maintained by mbailey. It's the only MCP server we track from this author; the repo dates to Jun 2025.

05 · Facts

category
media - ranked #3 of 155 actively-maintained media servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-07-21)
registry
dev.voicemode/voicemode (active, first published 2026-06-25 · 4 versions)
packages
pypi:voice-mode

06 · Voicemode FAQ

What is Voicemode?

VoiceMode enables natural voice conversations with Claude Code. Voice isn't about replacing typing - it's about being available when typing isn't. It runs locally over stdio via the published package.

Is Voicemode still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-09 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Voicemode?

Run `uvx voice-mode`. The README documents 2 environment variables (OPENAI_API_KEY, VOICEMODE_SAVE_AUDIO) to set first. Set OPENAI_API_KEY, VOICEMODE_SAVE_AUDIO before connecting. You can also paste the ready-made client config above.

Does Voicemode run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Voicemode

head to head · Comfyui MCP vs Voicemode · Claude Real Video vs Voicemode · Kinocut vs Voicemode