# ebertti/awesome-telegram | Model Context Protocol (MCP) Server > Collection great groups, channels, bots and libraries for Telegram - **Stars**: ⭐ 5,575 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "awesome-telegram": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-telegram" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "awesome-telegram": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-telegram" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-awesome-telegram` - **Docker**: `docker run -i --rm mcp/awesome-telegram`