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 |
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/ptbsare/ttsstt-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server