Local Voice MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port | 59125 |
| MCP_MODE | No | Operation mode - mcp or http | mcp |
| TTS_ENGINE | No | TTS engine to use - chatterbox, kani-mlx, or kokoro | chatterbox |
| PYTHON_PATH | No | Path to Python interpreter | python3 |
| KOKORO_SPEED | No | Speech speed (0.5-2.0) | 1.0 |
| KOKORO_VOICE | No | Voice name | af_sarah |
| USE_MALE_VOICE | No | Use male voice instead of bundled female reference voice (true/false) | false |
| KOKORO_LANGUAGE | No | Language code | en-us |
| KOKORO_MODEL_PATH | No | Path to kokoro ONNX model file | kokoro-v1.0.onnx |
| KOKORO_OUTPUT_DIR | No | Output directory for generated audio files | |
| KOKORO_VOICES_PATH | No | Path to voices bin file | voices-v1.0.bin |
| CHATTERBOX_OUTPUT_DIR | No | Output directory for generated audio files | |
| KOKORO_MAX_CHARACTERS | No | Maximum number of characters allowed for text input | 5000 |
| CHATTERBOX_MAX_CHARACTERS | No | Maximum number of characters allowed for text input | 2000 |
| CHATTERBOX_PLAYBACK_VOLUME | No | Default audio playback volume as percentage (0-100) | 50 |
| CHATTERBOX_REFERENCE_AUDIO | No | Path to reference audio file for voice cloning |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CodeCraftersLLC/local-voice-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server