Skip to main content
Glama

Text to Speech MCP Server

by JosefGold
env.template578 B
# TTS MCP Server Environment Configuration # Copy this file to .env and fill in your actual values # OpenAI API Key (REQUIRED) # Get your API key from: https://platform.openai.com/api-keys OPENAI_API_KEY=your_openai_api_key_here # TTS Model (OPTIONAL) # Which OpenAI TTS model to use. Recommended: gpt-4o-mini-tts (low-latency, high quality) # Other legacy options: tts-1, tts-1-hd # Default: gpt-4o-mini-tts TTS_MODEL=gpt-4o-mini-tts # Logging Level (OPTIONAL) # Set the logging level for the TTS server # Options: DEBUG, INFO, WARNING, ERROR # Default: INFO LOG_LEVEL=INFO

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/JosefGold/tts-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server