Telegram personal-account MCP (MTProto user-auth). Read DMs, send messages, search across chats.
npx @getmcp/cli add io.github.auroracapital/claude-ops-telegram-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
TELEGRAM_API_IDNumeric API ID from https://my.telegram.org/apps (create a personal app, not a bot).
TELEGRAM_API_HASHAPI hash from the same my.telegram.org/apps page.
TELEGRAM_PHONEYour Telegram phone number in E.164 format (e.g. +14155551234).
TELEGRAM_SESSIONgram.js StringSession token. Generate once via: node index.js --auth (prompts for SMS code + optional 2FA). Store in your secret manager — never commit.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.auroracapital/claude-ops-telegram-server": {
"command": "npx",
"args": [
"-y",
"claude-ops-telegram-server"
],
"env": {
"TELEGRAM_API_ID": "",
"TELEGRAM_API_HASH": "",
"TELEGRAM_PHONE": "",
"TELEGRAM_SESSION": ""
}
}
}
}Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
Ephemeral data sandbox for AI workflows with guardrails and security
MCP server for Anki flashcards: adaptive review, notes, media, and deck management via AnkiConnect.
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.