Back to directory
mcp-telegram

mcp-telegram

@leshchenko197937

A powerful MCP server implementation built with FastMCP that provides Telegram functionality through a clean API interface, including message search, sending, and chat management capabilities.

TelegramMessagingChatSearchAnalyticsPythoncontext

Installation & Configuration

{
  "mcpServers": {
    "mcp-telegram": {
      "command": "python3",
      "args": [
        "/path/to/your/tg_mcp/src/server.py"
      ],
      "cwd": "/path/to/your/tg_mcp",
      "env": {
        "PYTHONPATH": "/path/to/your/tg_mcp"
      },
      "description": "Telegram MCP server with search, messaging, and analytics tools"
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/25
Updated
2026/6/7