Telegram Notify MCP

A dead-simple MCP server with one job: send AI agent progress back to you on Telegram. Its README documents 3 tools, including send_message, send_photo, send_document. It runs locally over stdio via the published package.

People connecting communication tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-13 · ★ 7 · #71 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Telegram Notify MCP

before you install - you'll need

Set TELEGRAM_BOT_TOKEN, TELEGRAM_USERNAME before connecting.

Claude Code

claude mcp add parthjadhav-telegram-notify-mcp -- npx -y @parthj/telegram-notify-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "parthjadhav-telegram-notify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@parthj/telegram-notify-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @parthj/telegram-notify-mcp - the @parthj scope differs from the repo owner (parthjadhav); confirm it's the project's official package

registry namespace io.github.ParthJadhav is GitHub-verified and matches the repo owner

03 · What Telegram Notify MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can send a text update to the user, send an image - a screenshot, a chart, a generated visual, and send a file - a report, a log, a build artifact.

The 3 tools it gives your agent

Extracted from the project's README - what telegram-notify-mcp lets an agent do.

send_message
- Send a text update to the user.
send_photo
- Send an image - a screenshot, a chart, a generated visual.
send_document
- Send a file - a report, a log, a build artifact.

04 · Who maintains Telegram Notify MCP

telegram-notify-mcp is maintained by parthjadhav. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
communication - ranked #71 of 99 actively-maintained communication servers as of 2026-08-25.
registry
io.github.ParthJadhav/telegram-notify-mcp (active, first published 2026-02-22)
packages
npm:@parthj/telegram-notify-mcp

06 · Telegram Notify MCP FAQ

Is Telegram Notify MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-13. We re-verify nightly.

What can Telegram Notify MCP do?

With this server connected, an agent can send a text update to the user, send an image - a screenshot, a chart, a generated visual, and send a file - a report, a log, a build artifact.

How do I install Telegram Notify MCP?

Run `npx -y @parthj/telegram-notify-mcp`. The README documents 2 environment variables (TELEGRAM_BOT_TOKEN, TELEGRAM_USERNAME) to set first. Set TELEGRAM_BOT_TOKEN, TELEGRAM_USERNAME before connecting. You can also paste the ready-made client config above.

Does Telegram Notify MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Telegram Notify MCP

More communication MCP servers · Discord MCP · Pipes Hub · Slack (pulsemcp) · Twist · Aiogram MCP

More TypeScript MCP servers · Pathmodeio MCP Server · Mneme (patsa2561-art) · Limps · Specrun · see all