areweai/tsgram-mcp
TSGram - Telegram MCP Server for local Claude Code integration - debug and vibe code on the go!
Platform-specific configuration:
{
"mcpServers": {
"tsgram-mcp": {
"command": "npx",
"args": [
"-y",
"tsgram-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Get Claude Code in your local project talking to Telegram in 3 minutes!
TSGram MCP connects Claude Code sessions to Telegram using TS/Node/Docker/cli-utils, enabling AI-powered code assistance directly in your Telegram chats. Ask questions about your codebase, get AI insights, and even edit files - all from Telegram on your phone!
Let Claude handle the entire setup and ask you for the required values.
From your terminal:
git clone https://github.com/areweai/tsgram-mcp.git
cd tsgram-mcp claude --model sonnet/init> First, explain to the human how to register a new Telegram bot with @BotFather and get their bot token (TELEGRAM_BOT_TOKEN), and how to get their Telegram user ID from @userinfobot (for AUTHORIZED_CHAT_ID). They can work on getting these credentials while you set up the system. Then help the user set up tsgram-mcp for claude code. Do everything from installing node modules to creating and deploying the local docker containers. Finally, when everything is deployed, remind the user to configure their bot token and authorized chat ID along wither other requi
Loading reviews...