Claude Voice Commands
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Claude Voice Commandsactivate voice mode"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Claude Voice Commands
Enable natural voice interaction with Claude Code through MCP (Model Context Protocol).
Features
🎤 Voice-to-text commands - Speak naturally to Claude Code
🔊 Wake word activation - "Hey Claude" to start listening
🚀 Low latency - Sub-second response with Google Speech Recognition
🔄 Multiple backends - Google, Whisper, and OpenAI Realtime support
📝 Command queue - Handle multiple rapid commands
🛡️ Privacy-focused - Only listens when activated
Related MCP server: Voice MCP
Quick Start
Prerequisites
Python 3.8+
macOS, Windows, or Linux
Working microphone
Claude Desktop app
Installation
Clone the repository:
git clone https://github.com/JWitcoff/Claude_Chat.git
cd Claude_ChatCreate virtual environment:
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activateInstall dependencies:
pip install -r requirements.txtTest your microphone:
python tests/test_microphone.pyConfigure Claude Desktop (Sprint 2+): Add to
~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"voice-commands": {
"command": "python",
"args": ["-m", "mcp_server.voice_server"],
"cwd": "/path/to/Claude_Chat",
"env": {
"PYTHONPATH": "/path/to/Claude_Chat"
}
}
}
}Restart Claude Desktop
Usage
Basic Commands
Say to Claude Code:
"Activate voice mode" - Start continuous listening
"Stop voice mode" - Stop listening
"Hey Claude, [command]" - Wake word activation
Example Interactions
You: "Activate voice mode"
Claude: ✅ Voice mode activated
You: "Create a Python function to sort a list"
Claude: [Creates the function]
You: "Now add error handling to it"
Claude: [Modifies the code]
You: "Stop voice mode"
Claude: ✅ Voice mode deactivatedConfiguration
Create a .env file:
# Recognition Settings
VOICE_BACKEND=google # Primary: google, whisper, openai
VOICE_ENERGY_THRESHOLD=4000 # Microphone sensitivity
WAKE_WORDS=hey claude,claude
# Optional API Keys (for premium features)
OPENAI_API_KEY=sk-... # For ultra-low latencyDevelopment
See ROADMAP.md for the development plan and CLAUDE.md for Claude Code guidance.
Current Status
Sprint 0: Project Setup ✅
Sprint 1: Basic Voice Capture (In Progress)
Troubleshooting
Microphone Issues
# List available microphones
python -c "import speech_recognition as sr; print(sr.Microphone.list_microphone_names())"
# Calibrate for ambient noise
python tests/calibrate_mic.pyRecognition Issues
Speak clearly and at normal pace
Reduce background noise
Adjust
VOICE_ENERGY_THRESHOLDin .env
License
MIT
Contributing
See CONTRIBUTING.md for guidelines.
Acknowledgments
Google Speech Recognition API
OpenAI Whisper
FastMCP for MCP integration
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
Claude makes real phone calls for you — in many languages, with transcript and outcome back in chat.
Trade Robinhood through natural language in Claude Code.
One identity across Claude Code, Codex, Cursor, Gemini, Windsurf: shared inbox and handoffs.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables voice interaction with Claude Code through local speech-to-text (Whisper) and text-to-speech (Supertonic), allowing verbal input/output without external API calls.1-
- AlicenseNot gradedqualityDmaintenanceEnables bidirectional voice interaction for Claude Code using local speech-to-text and text-to-speech models optimized for Apple Silicon. It provides tools to listen to user speech via microphone and speak responses aloud through system speakers.16Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables continuous voice conversation with AI coding assistants by locally transcribing speech with Whisper and delivering utterances as text prompts.1MIT
- AlicenseAqualityBmaintenanceEnables voice input for AI coding assistants by recording audio, transcribing it locally with Whisper, and optionally typing the text at the cursor position. Supports multiple languages and works with MCP-compatible tools like OpenCode, Claude Code, and Cursor.3231MIT
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JWitcoff/Claude_Chat'
If you have feedback or need assistance with the MCP directory API, please join our Discord server