Telegram MCP Server
Rank #12,989io.github.alexeyleshchenko/fast-mcp-telegram
Multi-tenant Telegram gateway for AI agents — HTTP+stdio, 8 tools, MTProto User API
Telegram MCP Server is a Model Context Protocol (MCP) server published by alexeyleshchenko. It ranks #12,989 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Telegram MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 7, 2026 and most recently updated on Aug 13, 2026.
Ranks ahead of 102,602 of 115,591 servers on MCP Toplist.
Use Telegram MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add fast-mcp-telegram -e "API_ID=<your API_ID>" -e "API_HASH=<your API_HASH>" -e "SERVER_MODE=<your SERVER_MODE>" -e "SESSION_DIR=<your SESSION_DIR>" -- uvx fast-mcp-telegramReplace each placeholder with your own value before saving.
[mcp_servers.fast-mcp-telegram]
command = "uvx"
args = ["fast-mcp-telegram"]
[mcp_servers.fast-mcp-telegram.env]
API_ID = "<your API_ID>"
API_HASH = "<your API_HASH>"
SERVER_MODE = "<your SERVER_MODE>"
SESSION_DIR = "<your SESSION_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fast-mcp-telegram": {
"command": "uvx",
"args": [
"fast-mcp-telegram"
],
"env": {
"API_ID": "<your API_ID>",
"API_HASH": "<your API_HASH>",
"SERVER_MODE": "<your SERVER_MODE>",
"SESSION_DIR": "<your SESSION_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fast-mcp-telegram": {
"command": "uvx",
"args": [
"fast-mcp-telegram"
],
"env": {
"API_ID": "<your API_ID>",
"API_HASH": "<your API_HASH>",
"SERVER_MODE": "<your SERVER_MODE>",
"SESSION_DIR": "<your SESSION_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"fast-mcp-telegram": {
"type": "stdio",
"command": "uvx",
"args": [
"fast-mcp-telegram"
],
"env": {
"API_ID": "<your API_ID>",
"API_HASH": "<your API_HASH>",
"SERVER_MODE": "<your SERVER_MODE>",
"SESSION_DIR": "<your SESSION_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fast-mcp-telegram": {
"command": "uvx",
"args": [
"fast-mcp-telegram"
],
"env": {
"API_ID": "<your API_ID>",
"API_HASH": "<your API_HASH>",
"SERVER_MODE": "<your SERVER_MODE>",
"SESSION_DIR": "<your SESSION_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fast-mcp-telegram": {
"command": "uvx",
"args": [
"fast-mcp-telegram"
],
"env": {
"API_ID": "<your API_ID>",
"API_HASH": "<your API_HASH>",
"SERVER_MODE": "<your SERVER_MODE>",
"SESSION_DIR": "<your SESSION_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.alexeyleshchenko%2Ffast-mcp-telegram)<a href="https://mcptoplist.com/server/io.github.alexeyleshchenko%2Ffast-mcp-telegram"><img src="https://mcptoplist.com/badge/io.github.alexeyleshchenko%2Ffast-mcp-telegram.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
alexeyleshchenko
Available versions (1)
| Version | Published |
|---|---|
| 0.44.1 | Aug 13, 2026 |
Frequently asked questions
- Who maintains Telegram MCP Server?
- Telegram MCP Server is maintained by alexeyleshchenko, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Telegram MCP Server listed on the Official MCP Registry?
- Yes — Telegram MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Telegram MCP Server have?
- MCP Toplist tracks 1 version of Telegram MCP Server, most recently published on Aug 13, 2026.
- Where can I find the source code for Telegram MCP Server?
- The source code for Telegram MCP Server is hosted at github.com/alexeyleshchenko/fast-mcp-telegram.