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:
parent
e297416e54
commit
95b34d67f1
3 changed files with 19 additions and 1 deletions
20
README.md
20
README.md
|
|
@ -3,8 +3,27 @@
|
|||

|
||||
[](https://opensource.org/licenses/Apache-2.0)
|
||||
|
||||
---
|
||||
|
||||
## 🤖 MCP in Action
|
||||
|
||||
Here's a demonstration of the Telegram MCP capabilities in Claude:
|
||||
|
||||

|
||||
|
||||
|
||||
1. **Example: Asking Claude to analyze chat history and send a response:**
|
||||
|
||||

|
||||
|
||||
2. **Successfully sent message to the group:**
|
||||
|
||||

|
||||
|
||||
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
BIN
screenshots/2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 293 KiB |
BIN
screenshots/3.png
Normal file
BIN
screenshots/3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 278 KiB |
Loading…
Reference in a new issue