Telegram Bot Server
Freeby MCP Community
A Model Context Protocol (MCP) server for Telegram Bot API integration
v1.0.11Added Apr 12, 2026
Telegram Bot Server MCP Server
A Model Context Protocol (MCP) server for Telegram Bot API integration
Installation
npx -y mcp-telegram-bot-server
Reviews
Installation
Quick install
npx -y mcp-telegram-bot-server
Add to claude_desktop_config.json
{
"mcpServers": {
"telegram-bot-server": {
"command": "npx",
"args": ["-y", "mcp-telegram-bot-server"]
}
}
}