Voice as an MCP server for macOS: local STT/TTS with voice cloning, floating avatar, tray. Whisper Turbo on Metal + Qwen3-TTS.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"diana-voice": {
"command": "cargo",
"args": [
"run",
"--",
"diana-voice"
]
}
}
}
Run in terminal:
claude mcp add diana-voice cargo run -- diana-voice
Add to .cursor/mcp.json:
{
"mcpServers": {
"diana-voice": {
"command": "cargo",
"args": [
"run",
"--",
"diana-voice"
]
}
}
}