Back to Browse

Claude Ops MCP Server

CommunicationLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

9 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

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

Environment variable: TELEGRAM_API_ID

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

Environment variable: TELEGRAM_API_HASH

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

Environment variable: TELEGRAM_PHONE

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

Environment variable: TELEGRAM_SESSION

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-auroracapital-claude-ops-telegram-server": {
      "env": {
        "TELEGRAM_PHONE": "your-telegram-phone-here",
        "TELEGRAM_API_ID": "your-telegram-api-id-here",
        "TELEGRAM_SESSION": "your-telegram-session-here",
        "TELEGRAM_API_HASH": "your-telegram-api-hash-here"
      },
      "args": [
        "-y",
        "claude-ops-telegram-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!