telegram-mcp
Rank #29,775io.github.jgalea/telegram-mcp
Telegram MCP server: read, send, and search messages and manage chats via your account.
telegram-mcp is a Model Context Protocol (MCP) server published by jgalea. It ranks #29,775 of 115,591 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. telegram-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jun 17, 2026 and most recently updated on Jun 17, 2026.
Ranks ahead of 85,816 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 telegram-mcp -- uvx telegram-mcp-jgalea[mcp_servers.telegram-mcp]
command = "uvx"
args = ["telegram-mcp-jgalea"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"telegram-mcp": {
"command": "uvx",
"args": [
"telegram-mcp-jgalea"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"telegram-mcp": {
"command": "uvx",
"args": [
"telegram-mcp-jgalea"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"telegram-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"telegram-mcp-jgalea"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"telegram-mcp": {
"command": "uvx",
"args": [
"telegram-mcp-jgalea"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"telegram-mcp": {
"command": "uvx",
"args": [
"telegram-mcp-jgalea"
]
}
}
}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.jgalea%2Ftelegram-mcp)<a href="https://mcptoplist.com/server/io.github.jgalea%2Ftelegram-mcp"><img src="https://mcptoplist.com/badge/io.github.jgalea%2Ftelegram-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
jgalea
Other servers by jgalea
View all jgalea servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Jun 17, 2026 |
Frequently asked questions
- Who maintains telegram-mcp?
- telegram-mcp is maintained by jgalea, which publishes 3 MCP servers (2 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.
- How many versions does telegram-mcp have?
- MCP Toplist tracks 1 version of telegram-mcp, most recently published on Jun 17, 2026.
- Where can I find the source code for telegram-mcp?
- The source code for telegram-mcp is hosted at github.com/jgalea/telegram-mcp.