whisper-telegram-mcp
by abid-mahdi
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WHISPER_MODEL | No | Whisper model size to use for local inference (e.g., tiny, base, small, medium, large-v3, turbo). | base |
| OPENAI_API_KEY | No | OpenAI API key. Required if using the 'openai' backend. | |
| WHISPER_BACKEND | No | Transcription backend to use: 'auto' (tries local first, falls back to OpenAI), 'local' (faster-whisper), or 'openai' (Whisper API). | auto |
| WHISPER_LANGUAGE | No | ISO-639-1 language code (e.g., 'en'). Defaults to auto-detection if not specified. | |
| TELEGRAM_BOT_TOKEN | No | Telegram Bot API token. Required for the transcribe_telegram_voice tool. |
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
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/abid-mahdi/whisper-telegram-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server