T
Telegram Notify MCP
by @ParthJadhav
A dead-simple MCP server with one job: send AI agent progress back to you on Telegram.
Created 2/22/2026
Updated 3 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-telegram-notify-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"parthjadhav-telegram-notify-mcp": {
"command": "npx",
"args": [
"parthjadhav-telegram-notify-mcp"
]
}
}
}