A Telegram-integrated MCP server that enables remote control of Claude sessions through a Telegram bot, including chat, tool approvals, task tracking, and workspace management. It provides a MiniApp interface for real-time monitoring and control of Claude's activities from mobile devices.
{
"mcpServers": {
"mtm-telegram-more": {
"command": "npx",
"args": [
"-y",
"mcp-telegram"
]
}
}
}