mcpbeat Sign in

Telegram Notify MCP Server

by parthjadhav Your server? Claim it
local only

Telegram Notify MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm. Last commit 13 Mar 2026.

Send Telegram notifications from AI agents — text, photos, and documents.

Installs per day peak 25 · avg 13 · -17% w/w
a month agotoday
50
Installs / week
npm · @parthj/telegram-notify-mcp
7
Stars
1 open issues
13 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

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.

Sends data to a third-party sink src/telegram.ts:4
const TELEGRAM_API = "https://api.telegram.org";

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-notify-mcp -- npx -y @parthj/telegram-notify-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "telegram-notify-mcp": {
      "args": [
        "-y",
        "@parthj/telegram-notify-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.telegram-notify-mcp]
command = "npx"
args = ["-y", "@parthj/telegram-notify-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "telegram-notify-mcp": {
      "args": [
        "-y",
        "@parthj/telegram-notify-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "telegram-notify-mcp": {
      "args": [
        "-y",
        "@parthj/telegram-notify-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TELEGRAM_BOT_TOKEN (Telegram Bot API token from BotFather). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Telegram Notify MCP

same job, measured the same way
Postlyra
by prof-1t

Manage Telegram drafts, media, schedules and publications from AI clients.

32 tools answering
pingwa
by grzgrzgrz3

Zero-setup WhatsApp notifications + human-in-the-loop for AI agents — text 'join', send in 60s.

68 installs/wk 5 tools answering
Ray notifications
by gege-mn

Send email, push, Slack, Discord, Telegram and webhook notifications and manage templates with Ray.

141 installs/wk 21 tools answering
Cursor Chat Bridge
by udah1

Drive the Cursor agent from Telegram, Discord, or GitHub — with images and voice notes.

96 installs/wk local only
Cavyro
by cavyro

Telegram-native CRM for agents: contacts, deals, pipelines, campaigns, docs and reports.

answering
Agenticmail
by agenticmail

Real email and SMS for AI agents — send mail, receive verification codes, drive a real inbox.

301 installs/wk local only
Truncus MCP Server
by codevanmoose

Send transactional emails from AI agents via Truncus. Validate, track delivery, and manage domains.

43 installs/wk local only
Truncus
by truncus

Send transactional emails from AI agents via Truncus. Validate, track delivery, and manage domains.

local only

Telegram Notify MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Telegram Notify MCP?
Telegram Notify 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 npm package @parthj/telegram-notify-mcp was installed 50 times last week.
How do I connect Telegram Notify 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 @parthj/telegram-notify-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Telegram Notify MCP?
The npm package @parthj/telegram-notify-mcp was installed 50 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Telegram Notify MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 7 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.