"Voice Mode for Claude Code"
View on GitHubA Model Context Protocol (MCP) server that enables voice interactions with Claude and other LLMs. Built for simplicity and reliability, voice-mcp provides a clean interface for adding voice capabilities to your AI workflows.
# Install and configure for Claude Code
claude mcp add --scope user voice-mcp uvx voice-mcp
export OPENAI_API_KEY=your-openai-key
claude
# Try it out
"Can you ask me a question using voice?"
Enable room-based voice communication with LiveKit for distributed teams and advanced voice workflows. Perfect for multi-participant voice interactions and production deployments.
For complete privacy, run speech recognition and text-to-speech locally instead of using OpenAI. Both whisper.cpp and Kokoro-FastAPI provide OpenAI-compatible APIs for seamless integration.
Natural voice interactions with Claude through your microphone and speakers
Local microphone access or LiveKit rooms for distributed voice communication
Works with OpenAI's API and compatible services for speech processing
Clean MCP protocol implementation that works seamlessly with Claude Desktop