Claude Ops
Rank #881io.github.auroracapital/claude-ops-telegram-server
Telegram personal-account MCP (MTProto user-auth). Read DMs, send messages, search across chats.
Claude Ops is a Model Context Protocol (MCP) server published by Lifecycle-Innovations-Limited. It ranks #881 of 115,591 servers tracked on MCP Toplist, and its repository has 184 GitHub stars. Claude Ops is listed on Official MCP, with 1 tracked version. It was first listed on Apr 19, 2026 and most recently updated on Apr 19, 2026.
Ranks ahead of 114,710 of 115,591 servers on MCP Toplist.
Use Claude Ops
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add claude-ops-telegram-server -e "TELEGRAM_API_ID=<your TELEGRAM_API_ID>" -e "TELEGRAM_API_HASH=<your TELEGRAM_API_HASH>" -e "TELEGRAM_PHONE=<your TELEGRAM_PHONE>" -e "TELEGRAM_SESSION=<your TELEGRAM_SESSION>" -- npx -y claude-ops-telegram-serverReplace each placeholder with your own value before saving.
[mcp_servers.claude-ops-telegram-server]
command = "npx"
args = ["-y", "claude-ops-telegram-server"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"claude-ops-telegram-server": {
"type": "stdio",
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.auroracapital%2Fclaude-ops-telegram-server)<a href="https://mcptoplist.com/server/io.github.auroracapital%2Fclaude-ops-telegram-server"><img src="https://mcptoplist.com/badge/io.github.auroracapital%2Fclaude-ops-telegram-server.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Lifecycle-Innovations-Limited
Available versions (1)
| Version | Published |
|---|---|
| 0.2.1 | Apr 19, 2026 |
Frequently asked questions
- Who maintains Claude Ops?
- Claude Ops is maintained by Lifecycle-Innovations-Limited, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Claude Ops listed on the Official MCP Registry?
- Yes — Claude Ops is listed on the Official MCP Registry.
- How many versions does Claude Ops have?
- MCP Toplist tracks 1 version of Claude Ops, most recently published on Apr 19, 2026.
- Where can I find the source code for Claude Ops?
- The source code for Claude Ops is hosted at github.com/Lifecycle-Innovations-Limited/claude-ops.