Fast MCP Telegram
Rank #1,810io.github.leshchenko1979/fast-mcp-telegram
Multi-tenant Telegram gateway for AI agents — HTTP+stdio, 8 tools, MTProto User API
Fast MCP Telegram is a Model Context Protocol (MCP) server published by leshchenko1979. It ranks #1,810 of 115,591 servers tracked on MCP Toplist, and its repository has 48 GitHub stars. Fast MCP Telegram is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 5 tracked versions. It was first listed on Apr 25, 2025 and most recently updated on Jun 18, 2026.
Ranks ahead of 113,781 of 115,591 servers on MCP Toplist.
Use Fast MCP Telegram
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http fast-mcp-telegram https://tg-mcp.l1979.ru/v1/mcpclaude 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]
url = "https://tg-mcp.l1979.ru/v1/mcp"Add to ~/.codex/config.toml.
[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.
https://tg-mcp.l1979.ru/v1/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"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": {
"url": "https://tg-mcp.l1979.ru/v1/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"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": "http",
"url": "https://tg-mcp.l1979.ru/v1/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"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": {
"serverUrl": "https://tg-mcp.l1979.ru/v1/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"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": {
"url": "https://tg-mcp.l1979.ru/v1/mcp"
}
}
}{
"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.leshchenko1979%2Ffast-mcp-telegram)<a href="https://mcptoplist.com/server/io.github.leshchenko1979%2Ffast-mcp-telegram"><img src="https://mcptoplist.com/badge/io.github.leshchenko1979%2Ffast-mcp-telegram.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (3 delisted)
leshchenko1979
Available versions (5)
| Version | Published |
|---|---|
| 0.35.0 | Jun 18, 2026 |
| 0.5.0 | Sep 17, 2025 |
| 0.4.5 | Sep 15, 2025 |
| 0.4.4 | Sep 11, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Fast MCP Telegram?
- Fast MCP Telegram is maintained by leshchenko1979, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Fast MCP Telegram listed on the Official MCP Registry?
- Yes — Fast MCP Telegram is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Fast MCP Telegram have?
- MCP Toplist tracks 5 versions of Fast MCP Telegram, most recently published on Jun 18, 2026.
- Where can I find the source code for Fast MCP Telegram?
- The source code for Fast MCP Telegram is hosted at github.com/leshchenko1979/tg_mcp.