← Index

io.github.auroracapital/claude-ops-telegram-server

io.github.auroracapital/claude-ops-telegram-server·v0.2.1·Chat & Messaging
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "claude-ops-telegram-server": {
      "command": "npx",
      "args": [
        "-y",
        "claude-ops-telegram-server"
      ],
      "env": {
        "TELEGRAM_API_ID": "<your-telegram_api_id>",
        "TELEGRAM_API_HASH": "<your-telegram_api_hash>",
        "TELEGRAM_PHONE": "<your-telegram_phone>",
        "TELEGRAM_SESSION": "<your-telegram_session>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "claude-ops-telegram-server": {
      "command": "npx",
      "args": [
        "-y",
        "claude-ops-telegram-server"
      ],
      "env": {
        "TELEGRAM_API_ID": "<your-telegram_api_id>",
        "TELEGRAM_API_HASH": "<your-telegram_api_hash>",
        "TELEGRAM_PHONE": "<your-telegram_phone>",
        "TELEGRAM_SESSION": "<your-telegram_session>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y claude-ops-telegram-server
§02  Environment variables
TELEGRAM_API_ID
requiredsecret

Numeric API ID from https://my.telegram.org/apps (create a personal app, not a bot).

TELEGRAM_API_HASH
requiredsecret

API hash from the same my.telegram.org/apps page.

TELEGRAM_PHONE
requiredsecret

Your Telegram phone number in E.164 format (e.g. +14155551234).

TELEGRAM_SESSION
requiredsecret

gram.js StringSession token. Generate once via: node index.js --auth (prompts for SMS code + optional 2FA). Store in your secret manager — never commit.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Chat & Messaging