Home › Communication › claude-ops
claude-ops
Telegram personal-account MCP (MTProto user-auth). Read DMs, send messages, search across chats.
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_IDrequired secret — Numeric API ID from https://my.telegram.org/apps (create a personal app, not a bot).TELEGRAM_API_HASHrequired secret — API hash from the same my.telegram.org/apps page.TELEGRAM_PHONErequired secret — Your Telegram phone number in E.164 format (e.g. +14155551234).TELEGRAM_SESSIONrequired 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
inbox-zero
An MCP server for Inbox Zero. Adds functionality on top of Gmail like finding out which emails you need to reply to or need to follow up on.
whatsapp-mcp
An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups
NotFair
OAuth MCP for Google, Meta, X, LinkedIn, Reddit, TikTok, GSC, GA4, WordPress and GHL.
slack-mcp-server
The most powerful MCP server for Slack Workspaces.
telegram-mcp
Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and…
OpenOSINT
AI-powered OSINT agent & MCP server. 16 tools: email, breach, IP, WHOIS, DNS, Shodan, GitHub & more.
Data from the Official MCP Registry