Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EDGE_TTS_RATENoDefault speed (-50% to +100%).+0%
EDGE_TTS_PITCHNoDefault pitch (-50Hz to +50Hz).+0Hz
EDGE_TTS_VOICENoDefault voice name (e.g., uk-UA-OstapNeural, en-US-AriaNeural).uk-UA-OstapNeural
EDGE_TTS_PLAYERNoAudio player to use. Auto-detected by platform if set to 'auto'. Alternatives include ffplay, mpv, afplay, paplay.auto
EDGE_TTS_VOLUMENoDefault volume (-50% to +100%).+0%

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
speak
Speak text aloud using Microsoft Edge TTS. Args: text: Text to speak voice: Voice name (e.g., en-US-AriaNeural, uk-UA-OstapNeural) rate: Speech rate (-50% to +100%, e.g., +20%) volume: Volume (-50% to +100%, e.g., +10%) pitch: Pitch (-50Hz to +50Hz, e.g., +5Hz) Returns: Confirmation message
list_available_voices
List available TTS voices. Args: language: Filter by language code (e.g., en, ru, de). Empty for all. Returns: List of voices with their details
get_config
Get current TTS configuration. Returns: Current settings

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/s-n-n/edge-tts-mcp'

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