Voice Mode
@mbailey
About Voice Mode
Voice Mode brings natural voice conversations to AI assistants like Claude through the Model Context Protocol (MCP).
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"voice-mode": {
"type": "stdio",
"command": "uvx",
"args": [
"--refresh",
"."
],
"env": {
"OPENAI_API_KEY": "XXXXXX"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Voice Mode?
Voice Mode brings natural voice conversations to AI assistants like Claude through the Model Context Protocol (MCP). It enables real‑time, low‑latency voice interactions with MCP‑compatible clients.
How to use Voice Mode?
Install the package with pip install voice-mode or uvx voice-mode, then add it to your Claude Desktop configuration. After setup, you can start talking to your AI assistant.
Key features of Voice Mode
- Real‑time voice interactions with AI
- Works with Claude Desktop and other MCP clients
- Supports local microphone and LiveKit rooms
- OpenAI‑compatible STT and TTS integration
- Low‑latency, natural conversations
Use cases of Voice Mode
- Hands‑free voice conversation with Claude Desktop
- Real‑time voice AI assistant for customer support
- Multi‑room voice setups using LiveKit
- Low‑latency spoken dialogue with AI in any MCP client
FAQ from Voice Mode
How do I install Voice Mode?
Install via pip install voice-mode or run it directly with uvx voice-mode.
What clients does Voice Mode support?
It works with Claude Desktop and any other MCP‑compatible client.
What speech processing does Voice Mode use?
It integrates OpenAI‑compatible Speech‑to‑Text and Text‑to‑Speech services.
Can I use a local microphone with Voice Mode?
Yes, it supports local microphone input as well as LiveKit rooms for remote audio.
Frequently asked questions
How do I install Voice Mode?
Install via `pip install voice-mode` or run it directly with `uvx voice-mode`.
What clients does Voice Mode support?
It works with Claude Desktop and any other MCP‑compatible client.
What speech processing does Voice Mode use?
It integrates OpenAI‑compatible Speech‑to‑Text and Text‑to‑Speech services.
Can I use a local microphone with Voice Mode?
Yes, it supports local microphone input as well as LiveKit rooms for remote audio.
Basic information
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments