abid-mahdi/whisper-telegram-mcp
MCP server for transcribing Telegram voice messages using Whisper
Platform-specific configuration:
{
"mcpServers": {
"whisper-telegram-mcp": {
"command": "npx",
"args": [
"-y",
"whisper-telegram-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> 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.
file_id, get text backuvxuvx whisper-telegram-mcpNo installation needed -- uvx handles everything.
pip install whisper-telegram-mcp
whisper-telegram-mcpAdd 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"
}
}
}
}Add to your project's .mcp.json:
{
"mcpServers": {
"whisper-telegram-mcpLoading reviews...