MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

C
Claude Code Telegram MCP

Telegram MCP server for Claude Code CLI

Created 3/22/2026
Updated 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.

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" ] } } }