docs: expand README.md with demonstration of Telegram MCP capabilities

- Added a new section showcasing the Telegram MCP in action with screenshots.
- Included examples of interactions with Claude for analyzing chat history and sending messages.
- Enhanced overall documentation to improve user understanding of the Telegram integration.
This commit is contained in:
anonim 2025-04-17 18:09:05 +03:00
parent e297416e54
commit 95b34d67f1
3 changed files with 19 additions and 1 deletions

View file

@ -3,8 +3,27 @@
![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)
---
## 🤖 MCP in Action
Here's a demonstration of the Telegram MCP capabilities in Claude:
![Telegram MCP in action](screenshots/1.png)
1. **Example: Asking Claude to analyze chat history and send a response:**
![Telegram MCP Request](screenshots/2.png)
2. **Successfully sent message to the group:**
![Telegram MCP Result](screenshots/3.png)
As you can see, the AI can seamlessly interact with your Telegram account, retrieving and displaying your chats, messages, and other data in a natural way.
---
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).**
@ -184,7 +203,6 @@ Edit `~/.cursor/mcp.json`:
}
```
---
## 📝 Tool Examples with Code & Output

BIN
screenshots/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 KiB

BIN
screenshots/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 KiB