Messaging
Trust: 37/100 (Limited)io.github.ParthJadhav/telegram-notify-mcp Guide
Send Telegram notifications from AI agents — text, photos, and documents.
5 starsby ParthJadhav
Quick Start
Install
npx @parthj/telegram-notify-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-parthjadhav-telegram-notify-mcp": {
"command": "npx",
"args": [
"@parthj/telegram-notify-mcp"
]
}
}
}