From maxim
Voice-driven executive office routing. Wraps mbailey/voicemode for STT (Whisper) + TTS (Kokoro). Requires VoiceMode plugin installed. 4 tools
npx claudepluginhub drnabeelkhan/maxim --plugin mxm-pack-l3-4-govtechAdd to your .mcp.json:
{
"mcpServers": {
"mxm-voice": {
"command": "node",
"args": [
"./mcp/mxm-voice/server.js"
],
"env": {
"VOICEMODE_REQUIRED": "false"
}
}
}
}nodeVOICEMODE_REQUIRED=false