43
/ 100
1 month ago
glama

MTM - MCP Telegram MORE

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.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 3 credentials: MCP_TG_HOOK_TOKEN, MCP_TG_JWT_SECRET, TELEGRAM_BOT_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMCP_TG_DAEMON_URL
configMCP_TG_DATA_DIR~/.mcp-tg Where the DB, uploads, lock, tokens live.
🔐 secretMCP_TG_HOOK_TOKENauto-gen via /configure Shared secret used by Claude Code hooks to POST into daemon.
configMCP_TG_IDLE_TIMEOUT_MS
🔐 secretMCP_TG_JWT_SECRETauto-gen HS256 signing key for MiniApp sessions. Generate on first boot if absent.
configMCP_TG_PORT17080 Local port the daemon listens on.
configMCP_TG_TOOL_EVENTS_TTL_DAYS7 Retention for the tool-events audit log (hourly cleanup).
🔐 secretTELEGRAM_BOT_TOKENecho "=<your-bot-token>" > ~/.mcp-tg/.env
configWAYLAND_DISPLAY
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 2 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/v0idhrt-mtm-mcp-telegram-more-1feje7)](https://m8ven.ai/mcp/v0idhrt-mtm-mcp-telegram-more-1feje7)
commit: eed7a89d3a24e61d3933f40b14670c994bb6842a
code hash: d3637d7532e1a0543a375ad554cb1bd6eda6ed251817b853c3cff3a8f0913104
verified: 6/11/2026, 11:05:28 AM
view raw JSON →