AI & ML
Trust: 25/100 (Limited)io.github.CodeCraftersLLC/local-voice-mcp Guide
Give your MCP clients the ability to speak by running local voice models using Chatterbox TTS
Quick Start
Install
npx @codecraftersllc/local-voice-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-codecraftersllc-local-voice-mcp": {
"command": "npx",
"args": [
"@codecraftersllc/local-voice-mcp"
]
}
}
}