Skip to content

Telegram Bot

Free

by MCP Community

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

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

Telegram Bot MCP Server

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

Installation

npx -y telegram-bot-mcp-server

Reviews

Leave a Review

Installation

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