io.github.auroracapital/claude-ops-telegram-server
Quality Score
80
/100
Telegram personal-account MCP (MTProto user-auth). Read DMs, send messages, search across chats.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"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>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"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>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y claude-ops-telegram-server§02 Environment variables
TELEGRAM_API_IDrequiredsecret
Numeric API ID from https://my.telegram.org/apps (create a personal app, not a bot).
TELEGRAM_API_HASHrequiredsecret
API hash from the same my.telegram.org/apps page.
TELEGRAM_PHONErequiredsecret
Your Telegram phone number in E.164 format (e.g. +14155551234).
TELEGRAM_SESSIONrequiredsecret
gram.js StringSession token. Generate once via: node index.js --auth (prompts for SMS code + optional 2FA). Store in your secret manager — never commit.
§03 MCP Quality Score · methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04 Alternatives in Chat & Messaging
ai.smithery/Danushkumar-V-mcp-discord
ai.smithery/Danushkumar-V-mcp-discord
An MCP server that integrates with Discord to provide AI-powered features.
ai.smithery/sachicali-discordmcp-suite
ai.smithery/sachicali-discordmcp-suite
Control your Discord community: send/read messages, manage channels and forums, and handle webhook…
ai.smithery/smithery-ai-slack
ai.smithery/smithery-ai-slack
Enable interaction with Slack workspaces. Supports subscribing to Slack events through Resources.