Telegram bridge for your MCP-compatible agent. Bidirectional, no LLM in our stack.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Bidirectional Telegram β agent bridge. No LLM in our stack.
Your agent (Claude Desktop, Cursor, a custom script) is the brain. Our platform is the pipe: we take messages you send on Telegram, store them, and hand them to your agent when it polls. When your agent has something to say back, it pushes through us to your Telegram.
get_new_messages pulls inbound, send_telegram_message pushes outbound./help, /clear, /recent, /window, /usage all work even if your agent is offline.Hosted at telegram.regiq.in or self-host with the Docker Compose below.
Visit https://telegram.regiq.in, sign in with Google.
DM @BotFather β /newbot. Paste the token in your dashboard.
On the dashboard: Generate MCP API key, copy it.
Add to Claude Desktop's claude_desktop_config.json (or Cursor / any MCP client):
Send /start to your bot on Telegram.
Now your agent can call get_new_messages to see what you sent it, and send_telegram_message to reply.
| Tool | Direction | Notes |
|---|---|---|
get_new_messages() | user β agent | Returns inbound messages since the last pull. Read-once. |
send_telegram_message(text) | agent β user | Delivers text to the user's Telegram bot. |
list_recent_messages(max=20) | read | Last N stored messages, both directions. No cursor advance. |
clear_history() | action | Wipes stored history for the user. |
Handled by the platform directly β your agent isn't involved. So /help works even when nothing is polling.
| Command | Effect |
|---|---|
/start | Registers this Telegram chat with your account. |
/help | Lists commands. |
/recent [N] | Shows the last N stored messages. |
/clear | Wipes history. |
/window N | Sets the history window (default 20). |
/usage | Stored message count. |
You'll need:
openid, email, profile. Redirect: <PUBLIC_BASE_URL>/api/auth/callback/googlengrok http 3012 locally)No LLM key required. Your agent brings its own model.
Per-user webhook URL segment is a random secret so a leaked bot token can't be pointed at someone else's account. Google sign-in is identity + ban anchor only β per-message identity comes from the MCP API key + chatId.
MIT. See LICENSE.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/telegram-mcp)<a href="https://allmcps.com/mcp/telegram-mcp"><img src="https://allmcps.com/api/badge/telegram-mcp?style=directory" alt="Telegram Mcp on AllMCPs" /></a>