mcpbeat Sign in

Telegram MCP Server

local only

Telegram MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 90 installs a week from pypi. Last commit 17 Jun 2026.

Telegram MCP server: read, send, and search messages and manage chats via your account.

Installs per day peak 34 · avg 13 · +25% w/w
a month agotoday
90
Installs / week
pypi · telegram-mcp-jgalea
5
Stars
0 open issues
17 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add telegram-mcp -- uvx telegram-mcp-jgalea
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "telegram-mcp": {
      "args": [
        "telegram-mcp-jgalea"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.telegram-mcp]
command = "uvx"
args = ["telegram-mcp-jgalea"]
.cursor/mcp.json
{
  "mcpServers": {
    "telegram-mcp": {
      "args": [
        "telegram-mcp-jgalea"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "telegram-mcp": {
      "args": [
        "telegram-mcp-jgalea"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Telegram MCP

same job, measured the same way
Claude Ops Telegram Server
by auroracapital

Telegram personal-account MCP (MTProto user-auth). Read DMs, send messages, search across chats.

27 installs/wk local only
Chatroost — unofficial Telegram MCP server
by mcp-telegram

Unofficial Telegram MCP server — read, search, reply and react in your own Telegram account.

1 231 installs/wk answering
Telegram Archive MCP
by geiserx

MCP server for Telegram Archive — search messages, browse chats, and access history

47 installs/wk local only
Gmail
by waystation

Read emails, send messages, and manage labels in your Gmail account.

answering
WhatsApp MCP Server
by nakulben

Manage WhatsApp Business templates and send messages via Meta Cloud API

57 installs/wk local only
Better Telegram MCP
by n24q02m

Telegram for AI agents: messages, chats, media, and contacts in bot and user-account modes.

2 385 installs/wk local only
Dialogbrain
by saloprj

Unified inbox MCP for WhatsApp, Telegram, Email, voice — read/send messages, search, AI agents.

answering
Leporis WhatsApp
by admin-rstechie

Send and read WhatsApp messages on your Leporis account from AI coding agents, via your own API key.

answering

Telegram MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Telegram MCP?
Telegram MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package telegram-mcp-jgalea was installed 90 times last week.
How do I connect Telegram MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls telegram-mcp-jgalea straight from pypi; nothing to host, nothing to sign up for.
How many people use Telegram MCP?
The pypi package telegram-mcp-jgalea was installed 90 times in the last week. Week over week that is +25%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Telegram MCP open source?
Yes — it is published under the MIT licence, written in Python and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.