C
Claude Code Telegram MCP
Telegram MCP server for Claude Code CLI
创建于 3/22/2026
更新于 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.
快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-claude-code-telegram-mcp
Cursor 配置 (mcp.json)
{
"mcpServers": {
"vikkybharadwaj-claude-code-telegram-mcp": {
"command": "npx",
"args": [
"vikkybharadwaj-claude-code-telegram-mcp"
]
}
}
}