Fully tear down the voicemode MCP server — unregister, kill services, unload launchd agents.
- macOS (uses
launchctlandpkill)
Run all of the following commands in order:
claude mcp remove --scope user voicemodelaunchctl unload ~/Library/LaunchAgents/com.voicemode.kokoro.plist 2>/dev/null
launchctl unload ~/Library/LaunchAgents/com.voicemode.whisper.plist 2>/dev/nullpkill -9 -f voicemode 2>/dev/nullps aux | grep -i voicemode | grep -v grepIf the verify step returns no output, everything is fully stopped.
After running, tell the user:
- Voice mode MCP server has been unregistered
- Kokoro (TTS) and Whisper (STT) services have been killed
- Launchd agents unloaded — services will not respawn
- Use
/voice-onto re-enable when needed