mcp-tts
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_TTS_SPEED | No | Speech speed | 1.0 |
| MCP_TTS_VOICE | No | Voice selection | ballad |
| MCP_TTS_VOLUME | No | Playback volume | 0.8 |
| OPENAI_API_KEY | No | Your OpenAI API key (required if using OpenAI provider) | |
| MCP_TTS_PROVIDER | No | TTS provider to use: openai or elevenlabs | openai |
| PYTHONIOENCODING | No | Python IO encoding | utf-8 |
| ELEVENLABS_API_KEY | No | Your ElevenLabs API key (required if using ElevenLabs provider) | |
| MCP_TTS_DEVICE_NAME | No | Audio device name (partial match) | |
| MCP_TTS_DEVICE_INDEX | No | Audio device index | |
| MCP_TTS_VOICE_PRESET | No | Voice style preset (applies only to OpenAI) | default |
| MCP_TTS_CUSTOM_INSTRUCTIONS | No | Custom voice instructions (overrides preset, OpenAI only) |
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
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/EnviralDesign/mcp-tts'
If you have feedback or need assistance with the MCP directory API, please join our Discord server