loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

whisper-telegram-mcp

MCP Tool

abid-mahdi/whisper-telegram-mcp

MCP server for transcribing Telegram voice messages using Whisper

Install

$ npx loaditout add abid-mahdi/whisper-telegram-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "whisper-telegram-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "whisper-telegram-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

whisper-telegram-mcp

> Transcribe Telegram voice messages with Whisper -- as an MCP tool for Claude

[](https://github.com/abid-mahdi/whisper-telegram-mcp/actions) [](https://pypi.org/project/whisper-telegram-mcp/) [](LICENSE) [](https://modelcontextprotocol.io)

An MCP server that transcribes audio files and Telegram voice messages using OpenAI's Whisper speech recognition. Works with Claude Desktop, Claude Code, and any MCP-compatible client.

What It Does
  • Transcribe local audio files -- OGG, WAV, MP3, FLAC, and more
  • Transcribe Telegram voice messages -- pass a file_id, get text back
  • Two backends -- local inference with faster-whisper (free, private) or OpenAI Whisper API (cloud)
  • Auto mode -- tries local first, falls back to OpenAI if it fails
  • Language detection -- automatic or specify an ISO-639-1 code
  • Word-level timestamps -- optional fine-grained timing
Quick Start
One command with uvx
uvx whisper-telegram-mcp

No installation needed -- uvx handles everything.

Or install with pip
pip install whisper-telegram-mcp
whisper-telegram-mcp
Integration
Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "whisper-telegram-mcp": {
      "command": "uvx",
      "args": ["whisper-telegram-mcp"],
      "env": {
        "WHISPER_MODEL": "base",
        "WHISPER_BACKEND": "auto"
      }
    }
  }
}
Claude Code

Add to your project's .mcp.json:

{
  "mcpServers": {
    "whisper-telegram-mcp

Tags

claudefaster-whispermcpopenaitelegramtranscriptionvoicewhisper

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated18 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/30/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/abid-mahdi/whisper-telegram-mcp)](https://loaditout.ai/skills/abid-mahdi/whisper-telegram-mcp)