voicemode
VoiceMode enables natural voice conversations with Claude Code and other MCP capable agents.
VoiceMode is designed to facilitate two-way voice interactions, allowing users to engage in natural conversations without the need for typing. This tool is particularly useful in situations where hands or eyes are occupied, such as while walking, cooking, or taking a break from screens. By integrating with Claude Code, VoiceMode provides a seamless experience for users looking to enhance their productivity through voice.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"voicemode": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-voicemode"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions