Telegram Bot
Freeby MCP Community
A Model Context Protocol (MCP) server for Telegram Bot API integration
v1.0.0Added Apr 12, 2026
Telegram Bot MCP Server
A Model Context Protocol (MCP) server for Telegram Bot API integration
Installation
npx -y telegram-bot-mcp-server
Reviews
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"]
}
}
}