Voicesmith
Freeby MCP Community
Local AI voice for coding assistants — TTS & STT via MCP. Kokoro ONNX + faster-whisper, fully offline.
v1.0.19Added Apr 12, 2026
mcpttssttvoicekokoro
Voicesmith MCP Server
Local AI voice for coding assistants — TTS & STT via MCP. Kokoro ONNX + faster-whisper, fully offline.
Installation
npx -y voicesmith-mcp
Reviews
Installation
Quick install
npx -y voicesmith-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"voicesmith": {
"command": "npx",
"args": ["-y", "voicesmith-mcp"]
}
}
}