Communicator Telegram
Freeby MCP Community
MCP server for communicating with users through Telegram bots
v0.2.1Added Apr 12, 2026
mcpmodel-context-protocoltelegrambotcommunication
Communicator Telegram MCP Server
MCP server for communicating with users through Telegram bots
Installation
npx -y mcp-communicator-telegram
Reviews
Installation
Quick install
npx -y mcp-communicator-telegram
Add to claude_desktop_config.json
{
"mcpServers": {
"communicator-telegram": {
"command": "npx",
"args": ["-y", "mcp-communicator-telegram"]
}
}
}