Telegram
Freeby MCP Community
Telegram MCP server for interacting with Telegram via the Model Context Protocol
v1.2.1Added Apr 12, 2026
telegrammcpmodel-context-protocolaichatbot
Telegram MCP Server
Telegram MCP server for interacting with Telegram via the Model Context Protocol
Installation
npx -y @zhigang1992/telegram-mcp
Reviews
Installation
Quick install
npx -y @zhigang1992/telegram-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"telegram": {
"command": "npx",
"args": ["-y", "@zhigang1992/telegram-mcp"]
}
}
}