voicebox-voice-mcp-agent
Installation
SKILL.md
Voicebox Voice MCP Agent
Skill by ara.so — MCP Skills collection.
Overview
Voicebox is a local-first AI voice studio that combines voice input (Whisper STT + global dictation) and voice output (7 TTS engines with voice cloning) in a single TypeScript/Rust application. All inference runs on your hardware by default; audio never leaves your machine unless explicitly configured. It provides:
- Seven TTS engines: Qwen3-TTS, Qwen CustomVoice, LuxTTS, Chatterbox Multilingual/Turbo, HumeAI TADA, Kokoro
- Voice cloning: Zero-shot cloning from short reference samples
- Global dictation: System-wide hotkey with paste-into-focused-field
- MCP HTTP server: Agent-driven voice workflows at
/mcp - 23 languages: Multilingual synthesis
- Audio effects: Pitch, reverb, delay, chorus, compression, filters
- Local LLM refinement: Bundled Qwen3 for transcript cleanup
Stack: Bun monorepo, TypeScript, Tauri 2 (Rust), React 18, Zustand, TanStack Router, Vite