voice-mcp
by ALLY596
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BOT_NAME | No | Display name for the bot; defaults to 'AI' | AI |
| VOICE_ID | No | The cloned voice ID for DashScope | |
| TTS_MODEL | No | DashScope TTS model; defaults to 'cosyvoice-v3.5-plus' | cosyvoice-v3.5-plus |
| TTS_PROVIDER | No | TTS provider: 'dashscope' or 'elevenlabs'; defaults to 'dashscope' | dashscope |
| ELEVENLABS_SPEED | No | ElevenLabs voice setting override, e.g., '1.20' | |
| ELEVENLABS_STYLE | No | ElevenLabs voice setting override, e.g., '0.85' | |
| DASHSCOPE_API_KEY | No | Your DashScope API key | |
| ELEVENLABS_API_KEY | No | Your ElevenLabs API key | |
| ELEVENLABS_MODEL_ID | No | ElevenLabs model; defaults to 'eleven_v3' | eleven_v3 |
| ELEVENLABS_VOICE_ID | No | Default/fallback ElevenLabs voice ID | |
| ELEVENLABS_STABILITY | No | ElevenLabs voice setting override, e.g., '0.36' | |
| ELEVENLABS_VOICE_ID_EN | No | English ElevenLabs voice ID; auto-selected for English text | |
| ELEVENLABS_VOICE_ID_ZH | No | Chinese ElevenLabs voice ID; auto-selected when text contains Chinese | |
| ELEVENLABS_LANGUAGE_CODE | No | ElevenLabs request language code, e.g., 'zh' | |
| ELEVENLABS_OUTPUT_FORMAT | No | ElevenLabs output format; defaults to 'mp3_44100_128' | mp3_44100_128 |
| ELEVENLABS_LANGUAGE_CODE_EN | No | English request language code; defaults to 'en' when ELEVENLABS_VOICE_ID_EN is set | |
| ELEVENLABS_LANGUAGE_CODE_ZH | No | Chinese request language code; defaults to 'zh' when ELEVENLABS_VOICE_ID_ZH is set | |
| ELEVENLABS_SIMILARITY_BOOST | No | ElevenLabs voice setting override | |
| ELEVENLABS_USE_SPEAKER_BOOST | No | ElevenLabs voice setting override, 'true' or 'false' |
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
- 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/ALLY596/zero-voice-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server