Skip to main content
Glama

Voice Generation MCP Server

by mylxsw
env.example1.86 kB
# ============================================================================= # MCP Voice Generation Server - Environment Configuration Template # ============================================================================= # # This file contains all the environment variables needed to configure the # MCP Voice Generation Server. Copy this file to .env and update the values # with your actual configuration. # # Usage: # 1. Copy this file: cp env.example .env # 2. Edit .env with your actual values # 3. Generate a secure API key for MCP_API_KEY # 4. Start the server: python3 server.py # # ============================================================================= # Voice Generation API Configuration (REQUIRED) # ============================================================================= VOICE_GEN_API_GROUP_ID=your-group-id VOICE_GEN_API_KEY=your-voice-api-key VOICE_GEN_API_BASE_URL=https://api.minimax.chat/v1/t2a_v2 VOICE_GEN_DEFAULT_MODEL=speech-2.5-hd-preview VOICE_GEN_DEFAULT_VOICE_ID=mylxsw_voice_1 VOICE_GEN_DEFAULT_SPEED=1.0 # Voice Generation Audio Settings (optional) VOICE_GEN_AUDIO_SAMPLE_RATE=32000 VOICE_GEN_AUDIO_BITRATE=128000 VOICE_GEN_AUDIO_FORMAT=mp3 # ============================================================================= # S3 Configuration (REQUIRED) # ============================================================================= S3_BUCKET_NAME=your-bucket-name S3_REGION=us-east-1 S3_ACCESS_KEY_ID=your-s3-access-key S3_SECRET_ACCESS_KEY=your-s3-secret-key S3_ENDPOINT=https://s3.amazonaws.com S3_PREFIX=voice-gen/ S3_PUBLIC_URL_BASE= # ============================================================================= # MCP Server Configuration (optional) # ============================================================================= MCP_TRANSPORT=http MCP_SERVER_HOST=0.0.0.0 MCP_SERVER_PORT=8000

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/mylxsw/voice-gen-mcp'

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