telegram-mcp-server

Schimmilab/telegram-mcp-server
★ 0 stars Python Communication Updated 2d ago
MCP server for Telegram (MTProto/Telethon) — read chats, messages & media, send messages, via a user account. Runs locally over stdio.
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-server": {
      "command": "uvx",
      "args": [
        "telegram-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install telegram-mcp-server