Telegram
Freeby Indie Developer
Send messages, manage channels, and interact with Telegram bots.
v1.0.0Added Jan 25, 2025
telegrammessagingbots
Telegram MCP Server
Send messages, manage channels, and interact with Telegram bots.
Features
- Bot messages
- Channel management
- File sending
- Inline queries
- Groups
Installation
{
"mcpServers": {
"telegram": {
"command": "npx",
"args": ["-y", "mcp-telegram"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-telegram
Add to claude_desktop_config.json
{
"mcpServers": {
"telegram": {
"command": "npx",
"args": ["-y", "mcp-telegram"]
}
}
}