Skip to content

Telegram Bot Server

Free

by MCP Community

A Model Context Protocol (MCP) server for Telegram Bot API integration

v1.0.11Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Telegram Bot Server MCP Server

A Model Context Protocol (MCP) server for Telegram Bot API integration

Installation

npx -y mcp-telegram-bot-server

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-telegram-bot-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "telegram-bot-server": {
      "command": "npx",
      "args": ["-y", "mcp-telegram-bot-server"]
    }
  }
}