telegram-mcp
Rank #61,056io.github.Shreyas-Profile/telegram-mcp
Telegram bridge for your MCP-compatible agent. Bidirectional, no LLM in our stack.
telegram-mcp is a Model Context Protocol (MCP) server published by globalion. It ranks #61,056 of 115,591 servers tracked on MCP Toplist. telegram-mcp is listed across 3 registries — Official MCP, Glama and mcp.so, with 1 tracked version. It was first listed on Jul 13, 2026 and most recently updated on Jul 14, 2026.
Ranks ahead of 54,535 of 115,591 servers on MCP Toplist.
Use telegram-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http telegram-mcp https://telegram.regiq.in/api/mcp[mcp_servers.telegram-mcp]
url = "https://telegram.regiq.in/api/mcp"Add to ~/.codex/config.toml.
https://telegram.regiq.in/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"telegram-mcp": {
"url": "https://telegram.regiq.in/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"telegram-mcp": {
"type": "http",
"url": "https://telegram.regiq.in/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"telegram-mcp": {
"serverUrl": "https://telegram.regiq.in/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"telegram-mcp": {
"url": "https://telegram.regiq.in/api/mcp"
}
}
}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.Shreyas-Profile%2Ftelegram-mcp)<a href="https://mcptoplist.com/server/io.github.Shreyas-Profile%2Ftelegram-mcp"><img src="https://mcptoplist.com/badge/io.github.Shreyas-Profile%2Ftelegram-mcp.svg" alt="MCP Toplist: #61,056 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
globalion
Other servers by globalion
- email-mcp#60,548
- browser-mcp#61,053 · 1 ver
- cron-mcp#61,054 · 1 ver
- docs-mcp#61,055 · 1 ver
- tor-mcp#61,057 · 1 ver
- Video Render MCP#61,309 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.4.0 | Jul 14, 2026 |
Frequently asked questions
- Who maintains telegram-mcp?
- telegram-mcp is maintained by globalion, which publishes 10 MCP servers (6 total versions) tracked on MCP Toplist.
- Is telegram-mcp listed on the Official MCP Registry?
- Yes — telegram-mcp is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does telegram-mcp have?
- MCP Toplist tracks 1 version of telegram-mcp, most recently published on Jul 14, 2026.
- Where can I find the source code for telegram-mcp?
- The source code for telegram-mcp is hosted at github.com/globalion/telegram-mcp.