Telegram MCP Server
by lane83
The Telegram MCP Server is a Model Context Protocol (MCP) server designed to integrate with Telegram. It allows users to send messages through Telegram using the MCP protocol.
View on GitHub
Last updated: N/A
Telegram MCP Server
A Model Context Protocol (MCP) server that provides Telegram integration.
Features
- Send messages through Telegram
- Secure chat ID validation
- Easy configuration
Installation
- Clone the repository
- Follow the setup instructions
- Configure your bot token and chat ID
- Install dependencies:
npm install
- Build and run:
npm run build && npm start
Requirements
- Node.js 18+
- Telegram bot token
- Valid chat ID
License
MIT