telegram-mcp

20grizz03/telegram-mcp
★ 0 stars Go Communication Updated today
MCP server for Telegram: chat history, local analytics, media, and opt-in channel publishing.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "telegram-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/20grizz03/telegram-mcp@latest"
      ]
    }
  }
}