ttsstt-mcp-server
by ptbsare
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STT_URL | No | OpenAI-compatible STT API endpoint URL (required) | |
| TTS_URL | No | OpenAI-compatible TTS API endpoint URL (required) | |
| STT_MODEL | No | STT model name | whisper-1 |
| TTS_MODEL | No | TTS model name (tts-1, tts-1-hd, gpt-4o-mini-tts) | tts-1 |
| TTS_PITCH | No | Pitch adjustment | 1.0 |
| TTS_SPEED | No | Speech speed (0.25 to 4.0) | 1.0 |
| TTS_VOICE | No | Voice to use (alloy, echo, fable, onyx, nova, shimmer) | alloy |
| STT_API_KEY | No | API key for STT service (required) | |
| TTS_API_KEY | No | API key for TTS service (required) | |
| OPENAI_STT_URL | No | Alternative: OpenAI-compatible STT API endpoint URL | |
| OPENAI_TTS_URL | No | Alternative: OpenAI-compatible TTS API endpoint URL | |
| TTS_OUTPUT_DIR | No | Directory to save generated audio files | ./tts_output |
| OPENAI_STT_MODEL | No | Alternative: STT model name | whisper-1 |
| OPENAI_TTS_MODEL | No | Alternative: TTS model name | tts-1 |
| OPENAI_TTS_PITCH | No | Alternative: Pitch | 1.0 |
| OPENAI_TTS_SPEED | No | Alternative: Speech speed | 1.0 |
| OPENAI_TTS_VOICE | No | Alternative: Voice | alloy |
| OPENAI_STT_API_KEY | No | Alternative: API key for STT service | |
| OPENAI_TTS_API_KEY | No | Alternative: API key for TTS service | |
| STT_RESPONSE_FORMAT | No | Response format (json, text, srt, verbose_json, vtt) | json |
| OPENAI_TTS_OUTPUT_DIR | No | Alternative: Output directory | ./tts_output |
| OPENAI_STT_RESPONSE_FORMAT | No | Alternative: Response format | json |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues