C
Claude Code Telegram MCP
Telegram MCP server for Claude Code CLI
Created 3/22/2026
Updated about 6 hours ago
README
Repository documentation and setup instructions
claude-code-telegram-mcp
A Telegram MCP server for Claude Code CLI.
What it does
- send_message — Send a Telegram message to any chat
- get_updates — Retrieve your 5 most recent Telegram messages
Prerequisites
- Bun runtime: https://bun.sh
- A Telegram bot token from @BotFather
- Claude Code CLI: npm install -g @anthropic-ai/claude-code
Setup
- Clone: git clone https://github.com/vikkybharadwaj/claude-code-telegram-mcp
- Install: cd claude-code-telegram-mcp && bun install
- Add your bot token to ~/.claude/settings.json (see repo for example config)
- Run: claude
Security
Never commit your TELEGRAM_BOT_TOKEN. Keep it only in ~/.claude/settings.json.
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-claude-code-telegram-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"vikkybharadwaj-claude-code-telegram-mcp": {
"command": "npx",
"args": [
"vikkybharadwaj-claude-code-telegram-mcp"
]
}
}
}