HomeCommunication › claude-ops

claude-ops

Telegram personal-account MCP (MTProto user-auth). Read DMs, send messages, search across chats.

Shell
★ 493 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "claude-ops": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "TELEGRAM_API_ID": "<YOUR_VALUE>",
        "TELEGRAM_API_HASH": "<YOUR_VALUE>",
        "TELEGRAM_PHONE": "<YOUR_VALUE>",
        "TELEGRAM_SESSION": "<YOUR_VALUE>"
      }
    }
  }
}
  • TELEGRAM_API_ID required secret — Numeric API ID from https://my.telegram.org/apps (create a personal app, not a bot).
  • TELEGRAM_API_HASH required secret — API hash from the same my.telegram.org/apps page.
  • TELEGRAM_PHONE required secret — Your Telegram phone number in E.164 format (e.g. +14155551234).
  • TELEGRAM_SESSION required secret — gram.js StringSession token. Generate once via: node index.js --auth (prompts for SMS code + optional 2FA). Store in your secret manager — never commit.

Related servers

Data from the Official MCP Registry