Telegram
Freeby MCP Community
MCP server for Telegram - read chats, send messages, manage contacts, search messages. Built-in MTProto auth with OTP verification UI.
v1.0.4Added Apr 12, 2026
mcpmodelcontextprotocoltelegrammtprotogramjs
Telegram MCP Server
MCP server for Telegram - read chats, send messages, manage contacts, search messages. Built-in MTProto auth with OTP verification UI.
Installation
npx -y @mcp_factory/telegram-mcp-server
Reviews
Installation
Quick install
npx -y @mcp_factory/telegram-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"telegram": {
"command": "npx",
"args": ["-y", "@mcp_factory/telegram-mcp-server"]
}
}
}