io.github.auroracapital/claude-ops-telegram-server MCP Server
io.github.auroracapital/claude-ops-telegram-server
What is the io.github.auroracapital/claude-ops-telegram-server MCP server?
Telegram personal-account MCP (MTProto user-auth). Read DMs, send messages, search across chats.
How to install io.github.auroracapital/claude-ops-telegram-server
Copy-paste configuration for popular MCP clients.
TELEGRAM_API_IDrequiredsecretNumeric API ID from https://my.telegram.org/apps (create a personal app, not a bot).
TELEGRAM_API_HASHrequiredsecretAPI hash from the same my.telegram.org/apps page.
TELEGRAM_PHONErequiredsecretYour Telegram phone number in E.164 format (e.g. +14155551234).
TELEGRAM_SESSIONrequiredsecretgram.js StringSession token. Generate once via: node index.js --auth (prompts for SMS code + optional 2FA). Store in your secret manager — never commit.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}claude mcp add claude-ops-telegram-server --env TELEGRAM_API_ID=<YOUR_TELEGRAM_API_ID> --env TELEGRAM_API_HASH=<YOUR_TELEGRAM_API_HASH> --env TELEGRAM_PHONE=<YOUR_TELEGRAM_PHONE> --env TELEGRAM_SESSION=<YOUR_TELEGRAM_SESSION> -- npx -y claude-ops-telegram-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.