telegram-mcp-server
2
The Telegram MCP Server provides AI-powered tools to programmatically interact with the Telegram Bot API, enabling message sending and bot information retrieval. It is configurable via environment variables and supports advanced messaging options like long polling and message forwarding.
Telegram MCP Server
An MCP server implementation that provides tools for interacting with the Telegram Bot API. This service allows AI assistants to send messages and retrieve bot information programmatically.
Tools
- get_bot_info: Retrieves basic information about the bot.
- send_message: Sends a message to a specified chat.
- get_updates: Receives incoming updates using long polling.
- forward_message: Forwards messages of any kind.
Configuration
Set up the TELEGRAM_BOT_TOKEN
environment variable.
Development
Use npm install
, npm run build
, and npx @modelcontextprotocol/inspector node dist/index.js
to set up the environment.