From 6f25a900f5406233dbf066366bd0145857b7a8f5 Mon Sep 17 00:00:00 2001 From: anonim <70073044+l1v0n1@users.noreply.github.com> Date: Tue, 15 Apr 2025 16:32:15 +0300 Subject: [PATCH] docs: add screenshot to README for enhanced visual representation - Included a screenshot demonstrating the Telegram MCP in action to improve user understanding and engagement. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2bc29c1..b3c7fa4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ![MCP Badge](https://badge.mcpx.dev) [![License: Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-green?style=flat-square)](https://opensource.org/licenses/Apache-2.0) +![Telegram MCP in action](screenshots/1.png) + A full-featured Telegram integration for Claude, Cursor, and any MCP-compatible client, powered by [Telethon](https://docs.telethon.dev/) and the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/). This project lets you interact with your Telegram account programmatically, automating everything from messaging to group management. **Maintained by [l1v0n1](https://github.com/l1v0n1). Forked from [chigwell/telegram-mcp](https://github.com/chigwell/telegram-mcp).**