voice-mode is an MCP server that allows natural conversations with AI Coding assistants.
https://github.com/mbailey/voicemode
Configure Gemini CLI to use Voice Mode
$ cat ~/.gemini/settings.json
{
"theme": "Dracula",
"selectedAuthType": "oauth-personal",
"mcpServers": {
"voice-mode": {
"command": "uvx",
"args": [
"voice-mode"
]
}
}
}