Agent♥︎Age
Catalog

io.github.Shreyas-Profile/telegram-mcp

Official

by globalion · TypeScript

Telegram bridge for your MCP-compatible agent. Bidirectional, no LLM in our stack.

io.github.Shreyas-Profile/telegram-mcp — Telegram MCP Bridge

This MCP server provides a bidirectional Telegram ⇆ agent bridge for MCP-compatible agents. Telegram messages are received, stored, and then delivered to an agent when it polls. Responses produced by the agent are sent back through the same platform to Telegram. The stack is described as having no inference in the middle.

🛠️ Key Features

  • Bidirectional Telegram ⇆ agent bridge
  • Message intake from Telegram with storage
  • Delivery to an agent on poll
  • Agent-to-Telegram responses forwarded back
  • “No inference in the middle” / no LLM calls in the platform

🚀 Use Cases

  • Use Telegram as the messaging interface for an MCP-compatible agent
  • Connect agents such as Claude Desktop, Cursor, or a custom script to Telegram

⚡ Developer Benefits

  • Bring your own agent; any MCP client works
  • No vendor lock-in is stated (since no LLM is called in the middle)
  • Agent is the “brain”; platform acts as a message pipe

⚠️ Limitations

  • The provided description focuses on message bridging; no additional capabilities beyond Telegram ↔ agent forwarding are specified