telegram-mcp-server

telegram-mcp-server

2

The Telegram MCP Server enables AI assistants to interface with the Telegram Bot API using the Model Context Protocol. It supports operations like sending messages and photos and deleting messages via a standardized setup.

Telegram MCP Server

A Model Context Protocol server for the Telegram Bot API, allowing AI assistants to interact with Telegram using standardized tools.

Setup

  1. Install dependencies
  2. Create a .env file with your Telegram Bot Token
  3. Build the TypeScript project
  4. Start the server

Supported Operations

  • sendMessage: Send a text message to a chat
  • sendPhoto: Send a photo with optional caption to a chat
  • deleteMessage: Delete a message from a chat