MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

C
Claude Code Telegram MCP

Telegram MCP server for Claude Code CLI

创建于 3/22/2026
更新于 about 6 hours ago
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

  1. Clone: git clone https://github.com/vikkybharadwaj/claude-code-telegram-mcp
  2. Install: cd claude-code-telegram-mcp && bun install
  3. Add your bot token to ~/.claude/settings.json (see repo for example config)
  4. 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" ] } } }