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'. | |
| VOICE_ID | No | The cloned voice ID for DashScope TTS (required for DashScope provider). | |
| TTS_MODEL | No | DashScope TTS model. Default: cosyvoice-v3.5-plus. | |
| TTS_PROVIDER | No | TTS provider: dashscope or elevenlabs. Defaults to dashscope. | dashscope |
| ELEVENLABS_SPEED | No | ElevenLabs voice speed override, e.g., '1.20'. | |
| ELEVENLABS_STYLE | No | ElevenLabs voice style override, e.g., '0.85'. | |
| DASHSCOPE_API_KEY | No | Your DashScope API key (required for DashScope provider). | |
| ELEVENLABS_API_KEY | No | Your ElevenLabs API key (required for ElevenLabs provider). | |
| ELEVENLABS_MODEL_ID | No | ElevenLabs model ID. Default: eleven_v3. | |
| ELEVENLABS_VOICE_ID | No | Default ElevenLabs voice ID (required for ElevenLabs provider). | |
| ELEVENLABS_STABILITY | No | ElevenLabs voice stability 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. Default: mp3_44100_128. | |
| ELEVENLABS_LANGUAGE_CODE_EN | No | English request language code; defaults to 'en' when VOICE_ID_EN is set. | |
| ELEVENLABS_LANGUAGE_CODE_ZH | No | Chinese request language code; defaults to 'zh' when VOICE_ID_ZH is set. | |
| ELEVENLABS_SIMILARITY_BOOST | No | ElevenLabs voice similarity boost override. | |
| ELEVENLABS_USE_SPEAKER_BOOST | No | ElevenLabs use speaker boost 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/not-mcp-video'
If you have feedback or need assistance with the MCP directory API, please join our Discord server