Azoru/claude-telegram-channel
Telegram channel plugin for Claude Code — two-way messaging bridge with access control and permission relay
Platform-specific configuration:
{
"mcpServers": {
"claude-telegram-channel": {
"command": "npx",
"args": [
"-y",
"claude-telegram-channel"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> Control Claude Code from your phone. Get replies in Telegram. Approve tool-use permissions remotely.
A two-way Telegram messaging bridge for Claude Code, implemented as a Channels plugin. Send messages and files to Claude from Telegram; Claude responds directly in your chat.
┌─────────────┐ DM / Group ┌─────────────┐ stdio MCP ┌──────────────┐
│ Your Phone │ ◄─────────────────► │ Telegram Bot│ ◄─────────────────► │ Claude Code │
│ (Telegram) │ │ server.ts │ │ Session │
└─────────────┘ └─────────────┘ └──────────────┘
▲ │
│ "yes abcde" / "no abcde" Permission request │
└────────────────────────────────────────────────────────────────────────┘Features
---
Loading reviews...