telegram-mcp

try-agent-os/telegram-mcp
★ 1 stars TypeScript 🤖 AI/LLM Updated today
Telegram MCP server for AgentOS — bot interface, message history, channel push
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "telegram-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "try-agent-os/telegram-mcp"
      ]
    }
  }
}

README Excerpt

Telegram bot + MCP server in a single Node.js process. Lets a Claude Code agent talk to a Telegram bot — read incoming messages (text, voice, media, forwarded URLs), send/edit/react, and search the full message history via FTS5. Built for [AgentOS](https://github.com/try-agent-os) but works as a standalone MCP server for any Claude Code setup.

Tools (10)

telegram_approve_usertelegram_deny_usertelegram_edit_messagetelegram_get_access_listtelegram_get_recenttelegram_list_chatstelegram_reacttelegram_replytelegram_search_messagestelegram_send_message