Telegram Agent
Freeby MCP Community
MCP server to send Telegram notifications from AI agents
v0.6.0Added Apr 12, 2026
mcpmodel-context-protocolai-agenttelegramnotifications
Telegram Agent MCP Server
MCP server to send Telegram notifications from AI agents
Installation
npx -y mcp-telegram-agent
Reviews
Installation
Quick install
npx -y mcp-telegram-agent
Add to claude_desktop_config.json
{
"mcpServers": {
"telegram-agent": {
"command": "npx",
"args": ["-y", "mcp-telegram-agent"]
}
}
}