Skip to content

Telegram Notifier

Free

by MCP Community

MCP server for sending notifications via Telegram Bot API

v1.3.1Added Apr 12, 2026
mcptelegramnotificationsbotmodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Telegram Notifier MCP Server

MCP server for sending notifications via Telegram Bot API

Installation

npx -y telegram-notifier-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y telegram-notifier-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "telegram-notifier": {
      "command": "npx",
      "args": ["-y", "telegram-notifier-mcp"]
    }
  }
}