mcpbeat Sign in

Claude Ops Telegram Server MCP Server

by auroracapital Your server? Claim it
local only

Claude Ops Telegram Server runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 17 Sep 2026.

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

Installs per day peak 51 · avg 9 · +28% w/w
a month agotoday
27
Installs / week
npm · claude-ops-telegram-server
190
Stars
1 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Shell

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] index.js:1, [пакет] auth-with-chat-db.mjs:1
этот файл ставится пользователю, но в репозитории его нет
                shell=True,
    const from = path.join(srcDir, "bin", name);
      "description": "Optional default webhook URL (https://discord.com/api/webhooks/…) for /ops:comms discord send. Shared with the ops-fires notification sink (which also reads discord_webhook_url). If already configured via /ops:setup or stored in keychain/Doppler, leave bla…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add claude-ops-telegram-server -- npx -y claude-ops-telegram-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "claude-ops-telegram-server": {
      "args": [
        "-y",
        "claude-ops-telegram-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.claude-ops-telegram-server]
command = "npx"
args = ["-y", "claude-ops-telegram-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "claude-ops-telegram-server": {
      "args": [
        "-y",
        "claude-ops-telegram-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "claude-ops-telegram-server": {
      "args": [
        "-y",
        "claude-ops-telegram-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TELEGRAM_API_ID (Numeric API ID from https://my.telegram.org/apps (create a personal app, not a bot).), TELEGRAM_API_HASH (API hash from the same my.telegram.org/apps page.), TELEGRAM_PHONE (Your Telegram phone number in E.164 format (e.g. +14155551234).), TELEGRAM_SESSION (gram.js StringSession token. Generate once via: node index.js --auth (prompts for SMS code + optional 2FA). Store in your secret manager — never commit.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Claude Ops Telegram Server

same job, measured the same way
Telegram MCP
by jgalea

Telegram MCP server: read, send, and search messages and manage chats via your account.

90 installs/wk local only
Telegram Archive MCP
by geiserx

MCP server for Telegram Archive — search messages, browse chats, and access history

47 installs/wk local only
Chatroost — unofficial Telegram MCP server
by mcp-telegram

Unofficial Telegram MCP server — read, search, reply and react in your own Telegram account.

1 231 installs/wk answering
Better Telegram MCP
by n24q02m

Telegram for AI agents: messages, chats, media, and contacts in bot and user-account modes.

2 385 installs/wk local only
Microsoft Teams API
by maxim-mazurok

AI-native Microsoft Teams integration — read chats, send messages, search people

380 installs/wk local only
Dialogbrain
by saloprj

Unified inbox MCP for WhatsApp, Telegram, Email, voice — read/send messages, search, AI agents.

answering
WhatsApp Connect
by idle-sync

Read, search, and send personal WhatsApp messages from any MCP client, behind a send-confirm gate.

local only
Microsoft Teams
by surgeenterpriseai

Connect Claude to Microsoft Teams — read/send messages, list channels, search chats.

40 installs/wk local only

Claude Ops Telegram Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Claude Ops Telegram Server?
Claude Ops Telegram Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package claude-ops-telegram-server was installed 27 times last week.
How do I connect Claude Ops Telegram Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls claude-ops-telegram-server straight from npm; nothing to host, nothing to sign up for.
How many people use Claude Ops Telegram Server?
The npm package claude-ops-telegram-server was installed 27 times in the last week. Week over week that is +28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Claude Ops Telegram Server open source?
Yes — it is published under the MIT licence, written in Shell, 190 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.