Telegram Notifier
Freeby MCP Community
MCP server for sending notifications via Telegram Bot API
v1.3.1Added Apr 12, 2026
mcptelegramnotificationsbotmodel-context-protocol
Telegram Notifier MCP Server
MCP server for sending notifications via Telegram Bot API
Installation
npx -y telegram-notifier-mcp
Reviews
Installation
Quick install
npx -y telegram-notifier-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"telegram-notifier": {
"command": "npx",
"args": ["-y", "telegram-notifier-mcp"]
}
}
}